Skip to content
Snippets Groups Projects
Unverified Commit bf4eef88 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Merge pull request #937 from peter-/saml_docs_authproc_authncntx

Add docs for saml:AuthnContextClassRef filter
parents 71100b3c 19eda933
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@ The following filters are included in the SimpleSAMLphp distribution:
- [`expirycheck:ExpiryDate`](./expirycheck:expirycheck): Block access to accounts that have expired.
- [`preprodwarning:Warning`](./preprodwarning:warning): Warn the user about accessing a test IdP.
- [`saml:AttributeNameID`](./saml:nameid): Generate custom NameID with the value of an attribute.
- [`saml:AuthnContextClassRef`](./saml:authproc_authncontextclassref): Set the authentication context in the response.
- [`saml:ExpectedAuthnContextClassRef`](./saml:authproc_expectedauthncontextclassref): Verify the user's authentication context.
- [`saml:FilterScopes`](./saml:filterscopes): Filter attribute values with scopes forbidden for an IdP.
- [`saml:NameIDAttribute`](./saml:nameidattribute): Create an attribute based on the NameID we receive from the IdP.
......
`saml:AuthnContextClassRef`
===========================
IDP-side filter for setting the `AuthnContextClassRef` element in the authentication response.
Examples
--------
'authproc.idp' => array(
92 => array(
'class' => 'saml:AuthnContextClassRef',
'AuthnContextClassRef' => 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport',
),
),
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment