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