mtien-apache commented on a change in pull request #4344:
URL: https://github.com/apache/nifi/pull/4344#discussion_r444417661
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/src/main/java/org/apache/nifi/web/security/oidc/OidcService.java
##########
@@ -198,6 +198,7 @@ public void exchangeAuthorizationCode(final String
oidcRequestIdentifier, final
}
final CacheKey oidcRequestIdentifierKey = new
CacheKey(oidcRequestIdentifier);
+ // TODO: Retrieve the authorization code separately from the exchange
Review comment:
@alopresto I have separated the authorization from
`exchangeAuthorizationCode`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]