We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I managed to make it work getting the Token going into Auth0 Dashboard and copying it.
However, I need to link the authentication to the LogIn Box that uses a SinglePageApplication (SPA).
As far far as I understand, the Apis are accessed from SPA with the Implicit Grant but I don't know how to do it.
The JWT that I get when I log into the LogIn Box (using a user in the Tenant Database) is bigger than the JWT in the 'Test Section' of the API.
Also the audience is different. Any ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I managed to make it work getting the Token going into Auth0 Dashboard and copying it.
However, I need to link the authentication to the LogIn Box that uses a SinglePageApplication (SPA).
As far far as I understand, the Apis are accessed from SPA with the Implicit Grant but I don't know how to do it.
The JWT that I get when I log into the LogIn Box (using a user in the Tenant Database) is bigger than the JWT in the 'Test Section' of the API.
Also the audience is different. Any ideas?
The text was updated successfully, but these errors were encountered: