[java-idp-oidc] branch main updated: Fixed a typo in property name.
Henri Mikkonen
henri.mikkonen at iki.fi
Mon May 27 12:12:42 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=e1a50fec3e885240301613735865d1f9ae9a7736
The following commit(s) were added to refs/heads/main by this push:
new e1a50fec Fixed a typo in property name.
e1a50fec is described below
commit e1a50fec3e885240301613735865d1f9ae9a7736
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon May 27 15:12:33 2024 +0300
Fixed a typo in property name.
---
.../META-INF/net/shibboleth/idp/flows/oidc/userinfo/userinfo-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/userinfo/userinfo-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/userinfo/userinfo-beans.xml
index dd142ff3..08b9dc23 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/userinfo/userinfo-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidc/userinfo/userinfo-beans.xml
@@ -230,7 +230,7 @@
p:httpServletResponseSupplier-ref="shibboleth.HttpServletResponseSupplier"
p:mappedErrors="#{getObject('shibboleth.oidc.userinfo.MappedErrors') ?: getObject('shibboleth.oidc.DefaultOAuth2ProtectedApiMappedErrors')}"
p:securityParametersContextLookupStrategy-ref="DPoPSecurityParametersContextProfileRequestContextLookup"
- p:algorithmCandidates="%{idp.outh2.dpop.proofAlgorithms:RS256,RS384,RS512,PS256,PS384,PS512,ES256,ES384,ES512}"
+ p:algorithmCandidates="%{idp.oauth2.dpop.proofAlgorithms:RS256,RS384,RS512,PS256,PS384,PS512,ES256,ES384,ES512}"
>
<property name="eventContextLookupStrategy">
<bean class="net.shibboleth.idp.profile.context.navigate.WebFlowCurrentEventLookupFunction" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list