[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 23 18:19:02 EDT 2016


Author: scantor
Date: Wed Mar 23 18:19:01 2016
New Revision: 8174

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8174&view=rev
Log:
Missing constant in symbolic map.

Modified:
    trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml?rev=8174&r1=8173&r2=8174&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml	Wed Mar 23 18:19:01 2016
@@ -102,6 +102,7 @@
                 <entry key="urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified" value="124" />
 
                 <!-- SAML 1 authn methods -->
+                <entry key="urn:oasis:names:tc:SAML:1.0:am:password" value="200" />
                 <entry key="urn:ietf:rfc:1510" value="201" />
                 <entry key="urn:oasis:names:tc:SAML:1.0:am:HardwareToken" value="202" />
                 <entry key="urn:oasis:names:tc:SAML:1.0:am:X509-PKI" value="203" />



More information about the commits mailing list