From 19eda933a95a11c20f7745a5d296c08c0b201a59 Mon Sep 17 00:00:00 2001 From: peter <peter-@users.noreply.github.com> Date: Tue, 25 Sep 2018 10:51:14 +0200 Subject: [PATCH] Add AuthnContextClassRef to list of included filters --- docs/simplesamlphp-authproc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/simplesamlphp-authproc.md b/docs/simplesamlphp-authproc.md index d082a8255..f97086b3a 100644 --- a/docs/simplesamlphp-authproc.md +++ b/docs/simplesamlphp-authproc.md @@ -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. -- GitLab