Files
resourcespace/plugins/simplesaml/lib/modules/saml/docs/authproc_authncontextclassref.md
2025-07-18 16:20:14 +07:00

377 B

saml:AuthnContextClassRef

IDP-side filter for setting the AuthnContextClassRef element in the authentication response.

Examples

'authproc.idp' => [
  92 => [
    'class' => 'saml:AuthnContextClassRef',
    'AuthnContextClassRef' => 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport',
  ],
],