I am currently working on an NPS server authenticating to two separate domains. AAA & BBB
My NPS server is a part of domain BBB. When I have my customers login via a web portal if they log in as USERNAME NPS auto authenticates to domain BBB. If they try AAA\USERNAME they get denied access.
I have AD security groups set up for this in both AAA & BBB domains, which are in Network Policies.
Users on BBB Domain access granted just fine:
Security ID:BBB\USERNAME
Account Name:
USERNAME
Account Domain:BBB
Fully Qualified Account Name:BBB\USERNAME
When I try to authenticate to AAA domain by typing AAA\USERNAME:
Security ID:NULL SID
Account Name:
AAA\USERNAME
Account Domain:AAA
Fully Qualified Account Name:AAA\USERNAME
Why is my Sercurity ID coming as NULL and the account name is holding the domain? I've tried (.*) to drop the AAA domain, but it still fails
Security ID:NULL SID
Account Name:
USERNAME
Account Domain:BBB
Fully Qualified Account Name:BBB\USERNAME
Any ideas?