Member since
07-24-2023
1
Post
0
Kudos Received
0
Solutions
07-24-2023
02:50 AM
Hi, I was trying to enable Azure AD based OIDC Authentication for Apache Nifi rest API when accessing from a daemon service. I registered the App in Azure AD and generated a bearer token and tried passing it to the nifi rest API, but got the following error "Unauthorized error="invalid_token", error_description="An error occurred while attempting to decode the Jwt: Signed JWT rejected: Another algorithm expected, or no matching key(s) found", error_uri="https://tools.ietf.org/html/rfc6750#section-3.1" The token was generated with the grant type as "client_credentials". Does NIFI OIDC implementation support this flow ? If yes why am I getting the error and how can I solve it? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi