rombert commented on code in PR #15:
URL:
https://github.com/apache/sling-org-apache-sling-auth-oauth-client/pull/15#discussion_r2104523356
##########
src/main/java/org/apache/sling/auth/oauth_client/impl/OidcAuthenticationHandler.java:
##########
@@ -159,11 +168,13 @@ public OidcAuthenticationHandler(@Reference(policyOption
= ReferencePolicyOption
this.stateManager = stateManager;
this.idp = config.idp();
this.callbackUri = config.callbackUri();
- this.defaultRedirect = config.defaultRedirect();
this.loginCookieManager = loginCookieManager;
this.defaultConnectionName = config.defaultConnectionName();
this.userInfoProcessor = userInfoProcessor;
this.userInfoEnabled = config.userInfoEnabled();
+ this.checkNonce = config.checkNonce();
Review Comment:
So you are concerned about sending a nonce in the authentication request to
an authorization server that does not support nonces?
--
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]