[java-idp-oidc] branch main updated: Add fallback for issuer property to match rest of config.
Scott Cantor
cantor.2 at osu.edu
Thu Feb 18 14:11:55 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor 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=6457817ad9422ff0bcbd2f4b572b76bf8e64fc8f
The following commit(s) were added to refs/heads/main by this push:
new 6457817a Add fallback for issuer property to match rest of config.
6457817a is described below
commit 6457817ad9422ff0bcbd2f4b572b76bf8e64fc8f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 18 09:11:52 2021 -0500
Add fallback for issuer property to match rest of config.
---
.../net/shibboleth/idp/flows/oidc/webfinger/webfinger-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/webfinger/webfinger-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/webfinger/webfinger-beans.xml
index 06fb0030..439db226 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/webfinger/webfinger-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/webfinger/webfinger-beans.xml
@@ -45,7 +45,7 @@
<bean id="FormOutboundMessage" class="net.shibboleth.idp.plugin.oidc.op.profile.impl.BuildWebFingerResponse"
scope="prototype" p:httpServletResponse-ref="shibboleth.HttpServletResponse"
- p:issuer="%{idp.oidc.issuer}"/>
+ p:issuer="%{idp.oidc.issuer:%{idp.entityID}}"/>
<bean id="shibboleth.oidc.PostResponseAuditExtractors"
class="org.springframework.beans.factory.config.MapFactoryBean">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list