SSO "failed to obtain access token" auth0

Hello, I have SSO and database authentication configured on my Auth0 application. I am using these Auth0 javascript libraries to authenticate (so what the user sees is really a login flow provided by auth0):
@auth0/auth0-spa-js”: “^1.6.0”,
“auth0-js”: “^9.11.3”,

Username/password users can login with no problem but SSO Active Directory users can not login, I get this error:

error: “invalid_request”
errorDescription: “failed to obtain access token”
state: “HUT77XUn4U1IGFOpirxmJl7TqlNzL4d5”

Here are some screenshots:
Screen Shot 2020-01-17 at 19.02.37|503x500

Hello @hugo.delacruz !

It seems like this is an error from the Identity Provider.

Could you please provide me via DM a HAR file of the authentication flow?

You can find more information about it here

Thanks!

1 Like

My problem was that I assumed trial azure account was okay (with 1 year of free basic usage), but they still want you to go to subscription and authorize debit card withdrawals.