You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/10/28 18:00:51 UTC

[GitHub] [druid] a2l007 commented on a diff in pull request #13242: Add JWT authenticator support for validating ID Tokens

a2l007 commented on code in PR #13242:
URL: https://github.com/apache/druid/pull/13242#discussion_r1008319110


##########
extensions-core/druid-pac4j/src/main/java/org/apache/druid/security/pac4j/OIDCConfig.java:
##########
@@ -26,6 +26,7 @@
 
 public class OIDCConfig
 {
+  private final String DEFAULT_SCOPE = "name";

Review Comment:
   `name` is a standard claim according to the [OIDC spec](https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org