[java-identity-provider] branch main updated: Fix SPNEGO properties.

Scott Cantor cantor.2 at osu.edu
Mon Sep 14 18:58:03 UTC 2020


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=0c03d567ce3986016b187a85a05ea00028e0f307

The following commit(s) were added to refs/heads/main by this push:
       new  0c03d567c Fix SPNEGO properties.
0c03d567c is described below

commit 0c03d567ce3986016b187a85a05ea00028e0f307
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 14 14:57:54 2020 -0400

    Fix SPNEGO properties.
---
 .../net/shibboleth/idp/module/authn/impl/module.properties     | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/authn/impl/module.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/authn/impl/module.properties
index c42d2ad34..e795f3ae7 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/authn/impl/module.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/authn/impl/module.properties
@@ -49,11 +49,11 @@ idp.authn.RemoteUserInternal.url = https://wiki.shibboleth.net/confluence/displa
 idp.authn.RemoteUserInternal.1.src = /net/shibboleth/idp/module/conf/authn/remoteuser-internal-authn-config.xml
 idp.authn.RemoteUserInternal.1.dest = conf/authn/remoteuser-internal-authn-config.xml
 
-idp.authn.X509.name = SPNEGO Authentication
-idp.authn.X509.desc = Login flow for SPNEGO authentication.
-idp.authn.X509.url = https://wiki.shibboleth.net/confluence/display/IDP4/SPNEGOAuthnConfiguration
-idp.authn.X509.1.src = /net/shibboleth/idp/module/conf/authn/spnego-authn-config.xml
-idp.authn.X509.1.dest = conf/authn/spnego-authn-config.xml
+idp.authn.SPNEGO.name = SPNEGO Authentication
+idp.authn.SPNEGO.desc = Login flow for SPNEGO authentication.
+idp.authn.SPNEGO.url = https://wiki.shibboleth.net/confluence/display/IDP4/SPNEGOAuthnConfiguration
+idp.authn.SPNEGO.1.src = /net/shibboleth/idp/module/conf/authn/spnego-authn-config.xml
+idp.authn.SPNEGO.1.dest = conf/authn/spnego-authn-config.xml
 
 idp.authn.X509.name = X509 Authentication
 idp.authn.X509.desc = Login flow for X.509 authentication with a dedicated protected path.

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


More information about the commits mailing list