[java-idp-oidc] branch main updated: Add a TODO for new 5.2 feature, per JOIDC-245.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 10 13:06:18 UTC 2025
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=fb0f776b0f0cd464e5d45475dcf68045a5954c84
The following commit(s) were added to refs/heads/main by this push:
new fb0f776b Add a TODO for new 5.2 feature, per JOIDC-245.
fb0f776b is described below
commit fb0f776b0f0cd464e5d45475dcf68045a5954c84
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 10 09:06:13 2025 -0400
Add a TODO for new 5.2 feature, per JOIDC-245.
---
.../idp/plugin/oidc/op/profile/impl/ProcessRequestedAuthnContext.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ProcessRequestedAuthnContext.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ProcessRequestedAuthnContext.java
index 1ce3e8f3..13b2753d 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ProcessRequestedAuthnContext.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ProcessRequestedAuthnContext.java
@@ -201,6 +201,7 @@ public class ProcessRequestedAuthnContext extends AbstractOIDCAuthenticationResp
final RequestedPrincipalContext rpCtx = new RequestedPrincipalContext();
rpCtx.setOperator(AuthnContextComparisonTypeEnumeration.EXACT.toString());
rpCtx.setRequestedPrincipals(principals);
+ // TODO: When 5.2 API supported, call setImposedLocally to false.
assert authenticationContext != null;
authenticationContext.addSubcontext(rpCtx, true);
log.debug("{} Created requested principal context", getLogPrefix());
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list