Skip to main content

Questions tagged [auth0]

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.

0 votes
0 answers
22 views

Cloudflare + auth0 + spring boot + shared auth token

I am using Cloudflare Tunnel to connect to my self-hosted home PC, where I host a spring boot + spring security website setup to use auth0 SAML2. I want to protect the Cloudflare tunnel with SAML so ...
Dmytro's user avatar
  • 37
-4 votes
1 answer
60 views
+50

How to login to cloud app from desktop C++ application? [closed]

I have created C++ application which connects to our cloud app . I want to login to our cloud app from this C++ application and get jwt token . With this jwt token my further api calls will happen . ...
suresh kumar's user avatar
0 votes
0 answers
34 views
+100

How to test react-native-auth0 library with detox?

I can't find a way anywhere that explains how to properly mock auth0 requests in React Native. Several questions made on detox GitHub says that its not their responsibility to explain how to mock ...
Lavínia Beghini's user avatar
0 votes
0 answers
15 views

Ajax and non-Ajax calls with OIDC in Helidon SE

We're developing a Single-Page Application using Helidon SE as the api and webserver. We are struggling how to configure OIDC authentication using Auth0. We are not sure about the following: If the ...
Christopher Schank's user avatar
1 vote
0 answers
6 views

email login not working while logging through auth0 used in my project

I am using auth0 to login in to my project. I am able to do third-party login, through google, but unable to do the same from email and password, it is saying "WE'RE SORRY, SOMETHING WENT WRONG ...
Aditya Kannur's user avatar
0 votes
0 answers
21 views

Auth0 - How can I generate an access token specifically for Playwright tests?

My project relies on the @auth0/auth0-react package for authentication. In my end-to-end Playwright tests, I need to programmatically obtain the access token to interact with my app's REST APIs. Any ...
username's user avatar
  • 171
0 votes
0 answers
22 views

Shopify integration with Auth0

I'm trying to integrate Auth0 with Shopify so our clients can log in to our application with their Shopify credentials. I have tried using the Shopify social connection in Auth0 (https://marketplace....
Peigeng Jiang's user avatar
0 votes
0 answers
32 views

Auth0 callback route - visible in requests but not executing related code

I have an express backend to which I added Auth0. I'm also using express-openid-connect to handle most of the work. The problem is that whatever I do, I cannot get the callback route to work. I see it ...
araghast94's user avatar
0 votes
1 answer
39 views

Why can't I securely store an auth0 JWT token locally?

I use Auth0 in a React app. By default, auth tokens are stored in memory and and have be re-fetched on a browser reload. This causes a noticeable delay when reloading the page, particularly when the ...
Sasgorilla's user avatar
  • 2,960
0 votes
0 answers
9 views

Can’t use a custom login page with Identifier First

I want to universal login to build a login page that verifies the email domain first and then prompts for the password. I followed the instructions in this post,; I turned off the the Customize Login ...
langlearn's user avatar
-1 votes
1 answer
20 views

Create login app with Auth0 for multiple external apps

I am working for a company that collaborates with multiple external consulting firms. These consultants create applications using my company's information. The external applications must log in with ...
Gabriel Álvarez Martínez-Conde's user avatar
0 votes
1 answer
63 views

Auth0 throws an exception on MAUI Android

MAUI does not work with Auth0 on Android but works on iOS I had added the following android specific code using Android.Content; using Android.App; using Android.Content.PM; namespace abc.Mobile; [...
apexpredator's user avatar
1 vote
0 answers
19 views

Getting 'No credentials were found in the store' error from Auth0 iOS SDK

'No credentials were found in the store' error is thrown from iOS Auth0 SDK while trying to refresh Token. This is a random issue. Not able to reproduce the actual scenario for this. But Observed ...
Sajeev Rai's user avatar
0 votes
1 answer
89 views

CORS issue in Angular application when adding login step

I have a spring boot application that is set up with the auth0 login and the login is working when connecting directly through the browser. However, when adding the Angular front end application I ...
learningProgrammer's user avatar
1 vote
0 answers
22 views

Content Security Policy directive: "frame-ancestors 'none' When Using getAccessTokenSilently with Auth0

When we attempt to get a token using getAccessTokenSilently after a session has expired, we receive the following error: Refused to frame 'https://****.uk.auth0.com/' because an ancestor violates the ...
Parth Parmar's user avatar

15 30 50 per page
1
2 3 4 5
216