[java-identity-provider] branch main updated: IDP-1923 - authn.properties missing idp.authn.SAML.supportedPrincipals

Scott Cantor cantor.2 at osu.edu
Tue Mar 22 12:56:00 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=027e9d2905adb0b6a543aec0f471227fc40140e0

The following commit(s) were added to refs/heads/main by this push:
     new 027e9d290 IDP-1923 - authn.properties missing idp.authn.SAML.supportedPrincipals
027e9d290 is described below

commit 027e9d2905adb0b6a543aec0f471227fc40140e0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 22 08:55:54 2022 -0400

    IDP-1923 - authn.properties missing idp.authn.SAML.supportedPrincipals
    
    https://shibboleth.atlassian.net/browse/IDP-1923
---
 idp-conf/src/main/resources/conf/authn/authn.properties | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/idp-conf/src/main/resources/conf/authn/authn.properties b/idp-conf/src/main/resources/conf/authn/authn.properties
index 56111ef58..97a75257e 100644
--- a/idp-conf/src/main/resources/conf/authn/authn.properties
+++ b/idp-conf/src/main/resources/conf/authn/authn.properties
@@ -193,7 +193,12 @@ idp.authn.Duo.supportedPrincipals = \
 #idp.authn.SAML.discoveryRequired = true
 # Generally left false with bidirectional mappings in
 # conf/authn/authn-comparison.xml across the proxy boundary.
+# Adjust as needed to reflect IdP's capabilities/support.
 #idp.authn.SAML.addDefaultPrincipals = false
+#idp.authn.SAML.supportedPrincipals = \
+#    saml2/urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport, \
+#    saml2/urn:oasis:names:tc:SAML:2.0:ac:classes:Password, \
+#    saml1/urn:oasis:names:tc:SAML:1.0:am:password
 
 #### MFA ####
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list