You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/06/23 18:16:38 UTC

[GitHub] [nifi] mtien-apache commented on a change in pull request #4344: NIFI-7332 Added method to log available claim names from the ID provi…

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:
users@infra.apache.org