You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The saml:AuthnContextClassRef of the AuthNRequest can be provided by settings.authn_context , possible values are described at [SAMLAuthnCxt]. The comparison method can be set using the parameter settings.authn_context_comparison (the possible values are: 'exact', 'better', 'maximum' and 'minimum'), 'exact' is the default value.
108
+
If we want to add a saml:AuthnContextDeclRef, define a settings.authn_context_decl_ref
109
+
110
+
107
111
## Service Provider Metadata
108
112
109
113
To form a trusted pair relationship with the IdP, the SP (you) need to provide metadata XML
0 commit comments