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


##########
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:
   While it is a standard claim, it isn't mandatory.  Some OIDC compliant auth 
servers don't include that claim in the ID token even when the `profile` scope 
is requested.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to