Set AuthnContextClassRef
The SAML IdP will use urn:oasis:names:tc:SAML:2.0:ac:classes:Password
as the default value for AuthnContextClassRef
. This guide will tell you how to change this to another value.
Background
The AuthnContextClassRef
has to be configured manually as all authentication methods are separated from the federation protocol.
Configuration
The configurations has to be done in two steps.
Export the value to be used from the autenticator.
Configure the SAML IdP authenticator to use the exported property.
Exporting the value
The example below exports AuthnContextClassRef
Configure SAML IdP authenticator
The example below includes configuration to use the value from AuthnContextClassRef
in auth_context_parameter
.
Common values to use as AuthnContextClassRef
Please look at https://docs.oasis-open.org/security/saml/v2.0/saml-authn-context-2.0-os.pdf. Example values below:
Last updated