Skip to main content

I have an AuthProvider configured with Azure B2C.  when I try call back url getting error screen : No_Oauth_Token: Access token was not returned. kindly help me to close this issue.

1 answer
  1. Jul 28, 2024, 9:51 AM

    No_Oauth_Token error appears when your auth providers token endpoint is not returning an access token. Try making a callout from anonymous apex window, you would see specific error related to the endpoint.

    If this is working for you previously, then it is possible that the third party have added an any network restrictions on the token endpoint.

0/9000