[java-idp-oidc] branch main updated: JOIDC-44 - attribute ID instead of displayName shown in consent view for OIDC
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Apr 30 12:43:11 UTC 2021
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=68d5475c747a943853897edb25c837620ccec4a7
The following commit(s) were added to refs/heads/main by this push:
new 68d5475c JOIDC-44 - attribute ID instead of displayName shown in consent view for OIDC
68d5475c is described below
commit 68d5475c747a943853897edb25c837620ccec4a7
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Apr 30 15:41:27 2021 +0300
JOIDC-44 - attribute ID instead of displayName shown in consent view for OIDC
https://issues.shibboleth.net/jira/browse/JOIDC-44
Added missing p:transcoderRegistry-ref="shibboleth.AttributeRegistryService"
to the ResolveAttributes bean.
---
.../net/shibboleth/idp/flows/oidc/abstract/oidc-abstract-beans.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract/oidc-abstract-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract/oidc-abstract-beans.xml
index b2236c03..e674acfb 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract/oidc-abstract-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/abstract/oidc-abstract-beans.xml
@@ -37,6 +37,7 @@
<bean id="ResolveAttributes" class="net.shibboleth.idp.profile.impl.ResolveAttributes" scope="prototype"
c:resolverService-ref="shibboleth.AttributeResolverService"
+ p:transcoderRegistry-ref="shibboleth.AttributeRegistryService"
p:maskFailures="%{idp.service.attribute.resolver.maskFailures:true}" />
<bean id="FilterAttributes" class="net.shibboleth.idp.profile.impl.FilterAttributes" scope="prototype"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list