[java-idp-oidc] 11/35: JOIDC-228 - Exclude end-session flow from the IdP response header filter coverage
Henri Mikkonen
henri.mikkonen at iki.fi
Thu Oct 24 14:01:36 UTC 2024
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch dev/JOIDC-222
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=084375f799f3e4d8cdd04bfd142c75948751eab4
commit 084375f799f3e4d8cdd04bfd142c75948751eab4
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Sep 25 14:24:13 2024 +0300
JOIDC-228 - Exclude end-session flow from the IdP response header filter coverage
https://shibboleth.atlassian.net/browse/JOIDC-228
List all the other OIDC-flows except 'end-session' one by one for the URLPrefix bean.
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 5137d750..ce7e3757 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -325,7 +325,12 @@
</bean>
<!-- Path prefixes for IdP response header filter coverage. -->
- <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/oidc/" />
+ <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/oidc/authorize" />
+ <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/oidc/configuration" />
+ <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/oidc/keyset" />
+ <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/oidc/register" />
+ <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/oidc/token" />
+ <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/oidc/userinfo" />
<bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/oauth2/" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list