Saml AuthnRequest
Hi,
We have implemented SSO in our application ,just wanted to check how the SAML authnrequest is generated and if we want to pass extra parameters/attributes in the request ,how we can achieve this ?below is the request traced in saml tracer when we are hitting sso url.Now in this request ,we want to add AuthnContext ,how to do that ?
Hi,
We have implemented SSO in our application ,just wanted to check how the SAML authnrequest is generated and if we want to pass extra parameters/attributes in the request ,how we can achieve this ?below is the request traced in saml tracer when we are hitting sso url.Now in this request ,we want to add AuthnContext ,how to do that ?
<saml2p:AuthnRequest xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol" AssertionConsumerServiceURL="https;//someurl/WebSSO/SAML/v2/AssertionConsumerService" Destination="https://IDURL" ForceAuthn="true" ID="some id" IsPassive="false" IssueInstant="2021-07-08T08:38:05.577Z" ProtocolBinding="test" Version="2.0" > <saml2:Issuer xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion" Format="format" >https://someurl</saml2:Issuer> </saml2p:AuthnRequest>
Thanks,
Apurva