Hi all,
We are trying to integrate with an SP which sends Subject/NameID in the Saml Request (copying example below). I have couple of questions in this regard
- In our custom authenticator, we want to access this NameId and want to pre-fill username field based on this. Can you please guide me how can I do that.
- Secondly, I am currently using KeyCloak JBoss Adapter for my sample SP, does the SAML Adapter supports sending nameId in SAML request?
ID="ID112bf5b0e4169930b663f2d89e62c521fc2f1b8133598fa2ff" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">
<saml:Subject xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">
</saml:Subject>
</samlp:AuthnRequest>
Regards,
Muein