You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/05/27 13:19:04 UTC

[GitHub] [couchdb] big-r81 commented on a diff in pull request #4041: Allow and evaluate nested json claim roles

big-r81 commented on code in PR #4041:
URL: https://github.com/apache/couchdb/pull/4041#discussion_r883607290


##########
src/couch/src/couch_httpd_auth.erl:
##########
@@ -227,22 +227,27 @@ jwt_authentication_handler(Req) ->
             RequiredClaims = get_configured_claims(),
             case jwtf:decode(?l2b(Jwt), [alg | RequiredClaims], fun jwtf_keystore:get/2) of
                 {ok, {Claims}} ->
+                    couch_log:info("Claims: ~p", [Claims]),

Review Comment:
   for the moment yes, i left them in for the draft, but they are not in the final pr...



-- 
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: notifications-unsubscribe@couchdb.apache.org

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