laminelam commented on code in PR #1792:
URL: https://github.com/apache/solr/pull/1792#discussion_r1297745407
##########
solr/modules/jwt-auth/src/java/org/apache/solr/security/jwt/JWTAuthPlugin.java:
##########
@@ -847,9 +851,11 @@ protected String generateAuthDataHeader() {
Map<String, Object> data = new HashMap<>();
data.put(
JWTIssuerConfig.PARAM_AUTHORIZATION_ENDPOINT,
primaryIssuer.getAuthorizationEndpoint());
Review Comment:
Okay, I am leaving as it is both _PARAM_AUTHORIZATION_ENDPOINT_ and
_PARAM_TOKEN_ENDPOINT_ for now, is that what you meant?
--
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]