[java-idp-oidc] branch main updated: JOIDC-228 - Exclude end-session flow from the IdP response header filter coverage
Henri Mikkonen
henri.mikkonen at iki.fi
Wed Sep 25 11:25:35 UTC 2024
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=ebe31071694cfa31e571568f25c34044ebd0139a
The following commit(s) were added to refs/heads/main by this push:
new ebe31071 JOIDC-228 - Exclude end-session flow from the IdP response header filter coverage
ebe31071 is described below
commit ebe31071694cfa31e571568f25c34044ebd0139a
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 1a456b6a..41737386 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