[java-identity-provider] branch main updated: IDP-2093 - Update module base URL with new wiki space
Scott Cantor
cantor.2 at osu.edu
Mon May 15 13:30:26 UTC 2023
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=157574a2e094899681b5b506b1dd0b8d1b46924d
The following commit(s) were added to refs/heads/main by this push:
new 157574a2e IDP-2093 - Update module base URL with new wiki space
157574a2e is described below
commit 157574a2e094899681b5b506b1dd0b8d1b46924d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 15 09:30:22 2023 -0400
IDP-2093 - Update module base URL with new wiki space
https://shibboleth.atlassian.net/browse/IDP-2093
Sadly all the module URLs are version-specific because of Atlassian.
---
.../java/net/shibboleth/idp/module/impl/CoreIdPModule.java | 2 +-
.../net/shibboleth/idp/module/admin/impl/module.properties | 4 ++--
.../net/shibboleth/idp/module/authn/impl/module.properties | 11 +++++------
.../net/shibboleth/idp/module/core/impl/module.properties | 4 +---
.../shibboleth/idp/module/intercept/impl/module.properties | 10 +++++-----
.../net/shibboleth/idp/module/profile/impl/module.properties | 2 +-
6 files changed, 15 insertions(+), 18 deletions(-)
diff --git a/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/CoreIdPModule.java b/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/CoreIdPModule.java
index aaefa1612..ad91a9bfd 100644
--- a/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/CoreIdPModule.java
+++ b/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/CoreIdPModule.java
@@ -35,7 +35,7 @@ public class CoreIdPModule extends PropertyDrivenIdPModule {
/** Documentation base URL. */
@Nonnull @NotEmpty
- public static final String MODULE_URL_BASE = "https://wiki.shibboleth.net/confluence/display/IDP4";
+ public static final String MODULE_URL_BASE = "https://shibboleth.atlassian.net/wiki/spaces/IDP5";
/**
* Constructor.
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/admin/impl/module.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/admin/impl/module.properties
index 9b6882a0a..699565f31 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/admin/impl/module.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/admin/impl/module.properties
@@ -6,13 +6,13 @@ net.shibboleth.idp.module.admin.impl.UnlockKeys = idp.admin.UnlockKeys
idp.admin.Hello.name = Hello World
idp.admin.Hello.desc = Administrative flow for debugging/initial deployment
-idp.admin.Hello.url = /HelloWorldConfiguration
+idp.admin.Hello.url = /pages/3199510241/HelloWorldConfiguration
idp.admin.Hello.1.src = /net/shibboleth/idp/module/views/admin/hello.vm
idp.admin.Hello.1.dest = views/admin/hello.vm
idp.admin.UnlockKeys.name = Attended Restart
idp.admin.UnlockKeys.desc = Administrative flow for attended restart
-idp.admin.UnlockKeys.url = /AttendedRestartConfiguration
+idp.admin.UnlockKeys.url = /pages/3199510208/AttendedRestartConfiguration
idp.admin.UnlockKeys.1.src = /net/shibboleth/idp/module/conf/admin/unlock-keys.xml
idp.admin.UnlockKeys.1.dest = conf/admin/unlock-keys.xml
idp.admin.UnlockKeys.2.src = /net/shibboleth/idp/module/views/admin/unlock-keys.vm
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 91b66bf01..07c671a6b 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
@@ -11,7 +11,6 @@ net.shibboleth.idp.module.authn.impl.Demo = idp.authn.Demo
idp.authn.Duo.name = Duo Authentication
idp.authn.Duo.desc = Login flow for Duo Security's second-factor authentication service.
-idp.authn.Duo.url = /DuoAuthnConfiguration
idp.authn.Duo.1.src = /net/shibboleth/idp/module/conf/authn/duo-authn-config.xml
idp.authn.Duo.1.dest = conf/authn/duo-authn-config.xml
idp.authn.Duo.1.optional = true
@@ -22,19 +21,19 @@ idp.authn.Duo.3.dest = views/duo.vm
idp.authn.IPAddress.name = IPAddress Authentication
idp.authn.IPAddress.desc = Login flow that maps IP Address ranges to subjects.
-idp.authn.IPAddress.url = /IPAddressAuthnConfiguration
+idp.authn.IPAddress.url = /pages/3199505489/IPAddressAuthnConfiguration
idp.authn.IPAddress.1.src = /net/shibboleth/idp/module/conf/authn/ipaddress-authn-config.xml
idp.authn.IPAddress.1.dest = conf/authn/ipaddress-authn-config.xml
idp.authn.MFA.name = MFA Authentication
idp.authn.MFA.desc = Login flow for orchestration of multiple login methods
-idp.authn.MFA.url = /MultiFactorAuthnConfiguration
+idp.authn.MFA.url = /pages/3199505534/MultiFactorAuthnConfiguration
idp.authn.MFA.1.src = /net/shibboleth/idp/module/conf/authn/mfa-authn-config.xml
idp.authn.MFA.1.dest = conf/authn/mfa-authn-config.xml
idp.authn.Password.name = Password Authentication
idp.authn.Password.desc = Login flow for pluggable password-based authentication
-idp.authn.Password.url = /PasswordAuthnConfiguration
+idp.authn.Password.url = /pages/3199505587/PasswordAuthnConfiguration
idp.authn.Password.1.src = /net/shibboleth/idp/module/conf/authn/password-authn-config.xml
idp.authn.Password.1.dest = conf/authn/password-authn-config.xml
idp.authn.Password.2.src = /net/shibboleth/idp/module/views/login.vm
@@ -60,7 +59,7 @@ bean in conf/authn/password-authn-config.xml
idp.authn.SPNEGO.name = SPNEGO Authentication
idp.authn.SPNEGO.desc = Login flow for SPNEGO authentication.
-idp.authn.SPNEGO.url = /SPNEGOAuthnConfiguration
+idp.authn.SPNEGO.url = /pages/3199506148/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.SPNEGO.2.src = /net/shibboleth/idp/module/views/spnego-unavailable.vm
@@ -68,7 +67,7 @@ idp.authn.SPNEGO.2.dest = views/spnego-unavailable.vm
idp.authn.X509.name = X509 Authentication
idp.authn.X509.desc = Login flow for X.509 authentication with a dedicated protected path.
-idp.authn.X509.url = /X509AuthnConfiguration
+idp.authn.X509.url = /pages/3199506319/X509AuthnConfiguration
idp.authn.X509.1.src = /net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp
idp.authn.X509.1.dest = edit-webapp/x509-prompt.jsp
idp.authn.X509.postenable = Customize edit-webapp/x509-prompt.jsp and rebuild war to deploy.
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
index 40965caba..15934a97f 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/core/impl/module.properties
@@ -8,7 +8,7 @@ net.shibboleth.idp.module.core.impl.EditWebApp = idp.EditWebApp
idp.CommandLine.name = Command Line Scripts
idp.CommandLine.desc = Command line scripts for managing services or rebuilding the warfile
-idp.CommandLine.url = /WebInterfaces
+idp.CommandLine.url = /pages/3199511365/WebInterfaces
idp.CommandLine.1.src = /net/shibboleth/idp/module/bin/aacli.sh
idp.CommandLine.1.dest = bin/aacli.sh
@@ -128,7 +128,6 @@ idp.CommandLine.29.nonwindows = false
idp.EditWebApp.name = Overlay Tree for WAR Build
idp.EditWebApp.desc = Tree allowing overlay of files into the WAR build process
-idp.EditWebApp.url = /
idp.EditWebApp.1.src = /net/shibboleth/idp/module/edit-webapp/css/placeholder.css
idp.EditWebApp.1.dest = edit-webapp/css/placeholder.css
idp.EditWebApp.2.src = /net/shibboleth/idp/module/edit-webapp/css/logout.css
@@ -144,7 +143,6 @@ idp.EditWebApp.6.dest = edit-webapp/index.jsp
idp.UserPrefs.name = User Preferences Flow
idp.UserPrefs.desc = Flow that renders a view allowing manipulation of preference cookies
-idp.UserPrefs.url = /
idp.UserPrefs.1.src = /net/shibboleth/idp/module/flows/user/prefs/prefs-flow.xml
idp.UserPrefs.1.dest = flows/user/prefs/prefs-flow.xml
idp.UserPrefs.2.src = /net/shibboleth/idp/module/views/user-prefs.vm
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/intercept/impl/module.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/intercept/impl/module.properties
index 1842f2b56..8f7618655 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/intercept/impl/module.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/intercept/impl/module.properties
@@ -9,7 +9,7 @@ net.shibboleth.idp.module.intercept.impl.Warning = idp.intercept.Warning
idp.intercept.Consent.name = Consent Interceptors
idp.intercept.Consent.desc = Interceptor flows for attribute and terms of use consent
-idp.intercept.Consent.url = /ConsentConfiguration
+idp.intercept.Consent.url = /pages/3199509862/ConsentConfiguration
idp.intercept.Consent.1.src = /net/shibboleth/idp/module/conf/intercept/consent-intercept-config.xml
idp.intercept.Consent.1.dest = conf/intercept/consent-intercept-config.xml
idp.intercept.Consent.2.src = /net/shibboleth/idp/module/views/intercept/attribute-release.vm
@@ -19,13 +19,13 @@ idp.intercept.Consent.3.dest = views/intercept/terms-of-use.vm
idp.intercept.ContextCheck.name = Context Checking Interceptor
idp.intercept.ContextCheck.desc = Interceptor flow for authorization based on request state
-idp.intercept.ContextCheck.url = /ContextCheckInterceptConfiguration
+idp.intercept.ContextCheck.url = /pages/3199509927/ContextCheckInterceptConfiguration
idp.intercept.ContextCheck.1.src = /net/shibboleth/idp/module/conf/intercept/context-check-intercept-config.xml
idp.intercept.ContextCheck.1.dest = conf/intercept/context-check-intercept-config.xml
idp.intercept.ExpiringPassword.name = Expiring Password Interceptor
idp.intercept.ExpiringPassword.desc = Interceptor flow for warning about an expired password
-idp.intercept.ExpiringPassword.url = /ExpiringPasswordInterceptConfiguration
+idp.intercept.ExpiringPassword.url = /pages/3199509968/ExpiringPasswordInterceptConfiguration
idp.intercept.ExpiringPassword.1.src = /net/shibboleth/idp/module/conf/intercept/expiring-password-intercept-config.xml
idp.intercept.ExpiringPassword.1.dest = conf/intercept/expiring-password-intercept-config.xml
idp.intercept.ExpiringPassword.2.src = /net/shibboleth/idp/module/views/intercept/expiring-password.vm
@@ -33,12 +33,12 @@ idp.intercept.ExpiringPassword.2.dest = views/intercept/expiring-password.vm
idp.intercept.Impersonate.name = Impersonation Interceptor
idp.intercept.Impersonate.desc = Interceptor flow for subject impersonation
-idp.intercept.Impersonate.url = /ImpersonateInterceptConfiguration
+idp.intercept.Impersonate.url = /pages/3199510036/ImpersonateInterceptConfiguration
idp.intercept.Impersonate.1.src = /net/shibboleth/idp/module/views/intercept/impersonate.vm
idp.intercept.Impersonate.1.dest = views/intercept/impersonate.vm
idp.intercept.Warning.name = Warning Interceptor
idp.intercept.Warning.desc = Interceptor flow for generic warning conditions
-idp.intercept.Warning.url = /WarningInterceptConfiguration
+idp.intercept.Warning.url = /pages/3199510081/WarningInterceptConfiguration
idp.intercept.Warning.1.src = /net/shibboleth/idp/module/conf/intercept/warning-intercept-config.xml
idp.intercept.Warning.1.dest = conf/intercept/warning-intercept-config.xml
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/profile/impl/module.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/profile/impl/module.properties
index d598c2741..baf044c5f 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/profile/impl/module.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/profile/impl/module.properties
@@ -6,7 +6,7 @@ net.shibboleth.idp.module.profile.impl.CAS = idp.profile.CAS
idp.profile.CAS.name = CAS Protocol Support
idp.profile.CAS.desc = Module that provides CAS protocol support
-idp.profile.CAS.url = /CasProtocolConfiguration
+idp.profile.CAS.url = /pages/3199506470/CasProtocolConfiguration
idp.profile.CAS.1.src = /net/shibboleth/idp/module/conf/cas-protocol.xml
idp.profile.CAS.1.dest = conf/cas-protocol.xml
idp.profile.CAS.postdisable = Also ensure the shibboleth.CASServiceRegistryResources bean is removed from services.xml.
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list