frankvicky opened a new pull request, #15760:
URL: https://github.com/apache/kafka/pull/15760

   # MINOR: Fixed incorrect references for 
SASL_OAUTHBEARER_SCOPE_CLAIM_NAME_DEFAULT and 
SASL_OAUTHBEARER_SUB_CLAIM_NAME_DEFAULT
   
   Change from:
   ```java
   public static final String SASL_OAUTHBEARER_SCOPE_CLAIM_NAME_DEFAULT = 
SaslConfigs.SASL_OAUTHBEARER_SCOPE_CLAIM_NAME;
   public static final String SASL_OAUTHBEARER_SUB_CLAIM_NAME_DEFAULT = 
SaslConfigs.SASL_OAUTHBEARER_SUB_CLAIM_NAME;
   ```
   
   Result:
   ```java
   public static final String SASL_OAUTHBEARER_SCOPE_CLAIM_NAME_DEFAULT = 
SaslConfigs.DEFAULT_SASL_OAUTHBEARER_SCOPE_CLAIM_NAME;
   public static final String SASL_OAUTHBEARER_SUB_CLAIM_NAME_DEFAULT = 
SaslConfigs.DEFAULT_SASL_OAUTHBEARER_SUB_CLAIM_NAME;
   ```


-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to