exceptionfactory commented on PR #8532: URL: https://github.com/apache/nifi/pull/8532#issuecomment-2007507642
As mentioned in the updated documentation, testing this capability also requires the following changes: 1. Set the property `nifi.security.user.oidc.fallback.claims.identifying.user` to `sub` so that NiFi will use the Access Token subject claim to identify users in addition to the standard `email` claim 2. Add the Client ID of the Application Client to the list of users authorized to invoke NiFi REST API methods. This can be done using the standard Managed Authorizer, or other Authorize that supports multiple users. -- 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]
