[java-identity-provider] branch main updated: Move x509-prompt.jsp into module resource.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 14 19:20:50 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=537b6d9e4e92b880232fa8b5b78cbf4da574ea36
The following commit(s) were added to refs/heads/main by this push:
new 537b6d9e4 Move x509-prompt.jsp into module resource.
537b6d9e4 is described below
commit 537b6d9e4e92b880232fa8b5b78cbf4da574ea36
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 14 15:20:42 2020 -0400
Move x509-prompt.jsp into module resource.
---
.../resources/net/shibboleth/idp/module/authn/impl/module.properties | 3 +++
.../resources/net/shibboleth/idp/module/edit-webapp}/x509-prompt.jsp | 0
2 files changed, 3 insertions(+)
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 e795f3ae7..a9a369839 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
@@ -60,6 +60,9 @@ idp.authn.X509.desc = Login flow for X.509 authentication with a dedicated prote
idp.authn.X509.url = https://wiki.shibboleth.net/confluence/display/IDP4/X509AuthnConfiguration
idp.authn.X509.1.src = /net/shibboleth/idp/module/conf/authn/x509-authn-config.xml
idp.authn.X509.1.dest = conf/authn/x509-authn-config.xml
+idp.authn.X509.2.src = /net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp
+idp.authn.X509.2.dest = edit-webapp/x509-prompt.jsp
+idp.authn.X509.postenable = Customize edit-webapp/x509-prompt.jsp and rebuild war to deploy.
idp.authn.X509Internal.name = X509Internal Authentication
idp.authn.X509Internal.desc = Login flow for X.509 authentication with no redirects.
diff --git a/idp-war/src/main/webapp/x509-prompt.jsp b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp
similarity index 100%
rename from idp-war/src/main/webapp/x509-prompt.jsp
rename to idp-conf-impl/src/main/resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list