[java-oidc-common] branch main updated: JOIDC-62 - Profile config support for bypassing attr res not honored

Scott Cantor cantor.2 at osu.edu
Thu Feb 3 14:16:30 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=68f59ec68268b5163ce657a0d3635044df58ed1b

The following commit(s) were added to refs/heads/main by this push:
     new 68f59ec  JOIDC-62 - Profile config support for bypassing attr res not honored
68f59ec is described below

commit 68f59ec68268b5163ce657a0d3635044df58ed1b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 3 09:16:02 2022 -0500

    JOIDC-62 - Profile config support for bypassing attr res not honored
    
    https://shibboleth.atlassian.net/browse/JOIDC-62
    
    Add a javadoc note.
---
 .../shibboleth/oidc/profile/config/AbstractOIDCSSOConfiguration.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/AbstractOIDCSSOConfiguration.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/AbstractOIDCSSOConfiguration.java
index d57f61f..8a17bfd 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/AbstractOIDCSSOConfiguration.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/AbstractOIDCSSOConfiguration.java
@@ -132,6 +132,8 @@ public abstract class AbstractOIDCSSOConfiguration extends AbstractOAuth2FlowAwa
      *
      * <p>Default is true</p>
      * 
+     * <p>This flag is NOT honored by the authorization endpoint, only the token endpoint.</p>
+     * 
      * @param profileRequestContext current profile request context
      * 
      * @return true iff attributes should be resolved

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list