For example, if an SP sends...
<samlp:RequestedAuthnContext Comparison="exact"> <saml:AuthnContextClassRef>
https://refeds.org/profile/mfa</saml:AuthnContextClassRef>
</samlp:RequestedAuthnContext>
... how do I (a) respond with the following in my idP's response?
<saml:AuthnContext> <saml:AuthnContextClassRef>
https://refeds.org/profile/mfa</saml:AuthnContextClassRef>
</saml:AuthnContext>
... and (b) is there a way to access requested context from api on custom auth page in order to limit authentication choices?
Thanks in advance!
Matt