Top "Auth0" questions

For questions relating to the integration with Auth0 services and/or SDK's. Auth0 is a cloud or on-premises authentication and authorization service provider that lets you easily and quickly connect your apps, choose identity providers, add users, set up rules, customize your login page and access analytics from within your Auth0 dashboard.

How to properly handle a JWT refresh?

I have an android app. It connects with a REST API developed with Jersey. My REST End points are secured …

java rest jersey jwt auth0
What is the difference between id_token and access_token in Auth0

In Auth0 you can use refresh tokens. In this link, we can see many returned parameters: lock.showSignin({ authParams: { scope: …

javascript oauth openid jwt auth0
CORS problems with Auth0 and React

I am currently trying implement Auth0 in my NodeJS + React App. This tutorial given is really good and helpful, though …

node.js reactjs cors auth0
jackson.databind no such method errors

I'm using auth0-java client library to interact with auth0 v2 service, my codes compile and works fine at my …

java json maven jackson auth0
Verifying Auth0 JWT throws invalid algorigthm

I have created an Auth0 client, I am logging in and receive this token: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ik1rVkdOa1…

node.js oauth jwt auth0
How to login in Auth0 in an E2E test with Cypress?

I have started testing a react webapp but I didn't go far because I had issues with the login. I …

testing mocking auth0 e2e-testing cypress
Set custom login url in Spring Security UsernamePasswordAuthenticationFilter JWT authentication

I'm following this auth0's tutorial to secure my application using JWT. I've ended up with the following WebSecurity configuration: @…

java login spring-security jwt auth0
KeyCloak should be used as auth server for my users?

So I want to have single sign in, in all the products using a auth server but that's not only …

authentication authorization auth0 keycloak
How to make a username password request with auth0 custom api, getting error "unsupported grant type: password" error

I tried using the auth0 postman template to make an authentication request using username and password and I'm getting an …

auth0
How to handle auth0 403 error without adding specific code everywhere (Retrofit/okhttp/RxAndroid)

I am using Auth0, which gives me a JWT (json web token) and a refreshtoken. I use this JWT in …

android retrofit rx-java okhttp auth0