Closed mvmujeeb closed 3 years ago
because my idp end_point is providing audience in id_token different than the client_id
Unfortunately that's a violation of the OIDC spec, step 3: https://openid.net/specs/openid-connect-core-1_0.html#IDTokenValidation
Hi Team,
As per the library i can see, for id_token validation it is using audience as client_id and then matching .. is there any way to override this?, because my idp end_point is providing audience in id_token different than the client_id..
here i am pasting the library code snippet.
appreciate your help!
Thanks