My application uses SAML spring security and SSO is established with ADFS 3.0 I am getting only username in SAML response for NameID. for e.g.
<NameID>user</NameID>.
I want response in format of 'domain\UserID' to work functionality of application properly. Current claim rule is set as:
- Claim rule Template: 'Send LDAP attribute as claims'
- Attribute Store: Active Directory
- LDAP Attribute: Sam-account-Name
- Outgoing Name Type: Name ID
So what changes required in Claims Rule to get Name ID as 'domain\username' format