[java-idp-oidc] branch main updated: Refactor resolve attributes profile config handling.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 10 15:29:09 UTC 2022
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=00f5a2e253697002268c2a83593d280b11700e3d
The following commit(s) were added to refs/heads/main by this push:
new 00f5a2e2 Refactor resolve attributes profile config handling.
00f5a2e2 is described below
commit 00f5a2e253697002268c2a83593d280b11700e3d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 10 10:29:06 2022 -0500
Refactor resolve attributes profile config handling.
---
.../META-INF/net/shibboleth/idp/flows/oidc/token/token-beans.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/token/token-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/token/token-beans.xml
index fc612f4e..42335aa3 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/token/token-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/token/token-beans.xml
@@ -26,10 +26,10 @@
class="net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.TokenRequestClientIDLookupFunction" />
<bean id="ResolveAttributesForClientPredicate"
- class="net.shibboleth.oidc.profile.config.logic.ResolveAttributesPredicate" />
+ class="net.shibboleth.idp.profile.config.logic.ResolveAttributesPredicate" />
<bean id="ResolveAttributesForAudiencePredicate"
- class="net.shibboleth.oidc.profile.config.logic.ResolveAttributesPredicate"
+ class="net.shibboleth.idp.profile.config.logic.ResolveAttributesPredicate"
p:relyingPartyContextLookupStrategy-ref="AudienceRelyingPartyCreationStrategy" />
<bean id="InitializeOutboundMessageContext"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list