invalid_grant error while making oidc token api call
Summary A request to the /a/consumer/api/v0/oidc/token endpoint failed with an invalid_grant error. This indicates that the authorization code exchange was rejected by the OpenID Connect provider because one or more parameters in the token request were invalid, expired, mismatched, or previously used. Root Cause The invalid_grant error almost always means the OIDC provider refused the … Read more