[java-idp-plugin-oidc-rp] branch main updated: JOIDCRP-54 - Arbitrary claims to request
Phil Smart
philip.smart at jisc.ac.uk
Tue Feb 13 15:59:01 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=0e19bbca0195793766bb21d8442bce5fdfc7304d
The following commit(s) were added to refs/heads/main by this push:
new 0e19bbc JOIDCRP-54 - Arbitrary claims to request
0e19bbc is described below
commit 0e19bbca0195793766bb21d8442bce5fdfc7304d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Feb 13 15:58:58 2024 +0000
JOIDCRP-54 - Arbitrary claims to request
- Add since annotation
https://shibboleth.atlassian.net/browse/JOIDCRP-54
---
.../shibboleth/idp/plugin/authn/oidc/rp/impl/BuildRequestObject.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/BuildRequestObject.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/BuildRequestObject.java
index 2fcf11c..3e9baab 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/BuildRequestObject.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/BuildRequestObject.java
@@ -115,6 +115,8 @@ public class BuildRequestObject extends AbstractProfileAction {
* Set a bi-consumer hook to add custom claims to the request object.
*
* @param strategy The custom claims strategy to set.
+ *
+ * @since 2.1.0
*/
public void setCustomClaimsStrategy(@Nullable final BiConsumer<ProfileRequestContext, ClaimsSet> strategy) {
checkSetterPreconditions();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list