rnewson commented on a change in pull request #2914:
URL: https://github.com/apache/couchdb/pull/2914#discussion_r434878192
##########
File path: rel/overlay/etc/default.ini
##########
@@ -145,6 +145,7 @@ max_db_number_for_dbs_info_req = 100
; can be the name of a claim like "exp" or a tuple if the claim requires
; a parameter
; required_claims = exp, {iss, "IssuerNameHere"}
+; roles_claim_name = my_custom_claim_containing_roles_array
Review comment:
the value of the token is an array, yes, but roles_claim_name is a
string.
suggest
`roles_claim_name = https://example.com/roles`
to match your PR comment.
----------------------------------------------------------------
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]