I'm trying to add sso oidc to my nifi server. I've added those: nifi.security.user.authorizer=managed-authorizer nifi.security.user.login.identity.provider= nifi.security.user.oidc.discovery.url=https://dev-29581534.okta.com/oauth2/default/.well-known/openid-configuration nifi.security.user.oidc.client.id=0oa3m88r5nZVTenDA5d7 nifi.security.user.oidc.client.secret=ZDe-CynvjltyNiPsL2GaM-GdYE6ud-p_iZJbe2Ih nifi.security.user.oidc.claim.identifying.user=email I'm getting: unauthorized error="invalid_id_token" error_description="an error occurred while attempting to decode the jwt: malformed payload" nifi version is 2.6.0 I'm using a client created to kafka, is that a problem? should I create a new client? Thank you so much!