Skip to main content
The 2024 Developer Survey results are live! See the results

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
11 views

How to use custom domain with Auth0 React SDK

I set up a custom domain, login.mydomain.com, in the Auth0 dashboard, and the status is marked as ready. I have integrated Auth0 authentication into my app using the Auth0 React SDK. Authentication ...
langlearn's user avatar
0 votes
0 answers
7 views

Auth0 Spring Boot + Angular

Hi I want to implement hello world app BackEnd - Spring Boot FrontEnd - Angular User Management and Auth : auth0.com I want to create API with 3 endpoint localhost:8080/api/public localhost:8080/api/...
ZURA Tikaradze's user avatar
0 votes
0 answers
8 views

Logto | TypeError: device_authorization_endpoint must be configured on the issuer

I'm migrating from auth0 to logto. In my CLI tool, we have a command to "login". It used standard openid-client technique: import { Issuer, errors } from 'openid-client'; import open from '...
David Meir-Levy's user avatar
0 votes
1 answer
9 views

Auth0 Signout issue - User href works but router.push doesnt?

Hi all here is my api route import { handleAuth, handleLogin, handleLogout } from "@auth0/nextjs-auth0"; export const GET = handleAuth({ login: handleLogin({ authorizationParams: { ...
Ben's user avatar
  • 134
-1 votes
0 answers
10 views

How to force account selection when using social provider login in custom Login form using auth.js

Login with Google did let the user select another account. Let’s say a user logs in with Google and selects Account A. After that, they log out and want to log in again with Account B. However, when ...
Muhammad Awais's user avatar
0 votes
0 answers
18 views

How to automatically refresh, and reuse access tokens using nextJS app router and Auth0?

I am working with a Next.js frontend and an Express backend. I need a solution to automatically create and reuse a user’s access token until it expires. I believe there might be a way to achieve this ...
Kevin's user avatar
  • 51
0 votes
0 answers
14 views

How to authenticate a user to Auth0 from an IntelliJ plugin?

I am working on an IntelliJ plugin in Kotlin and need to authenticate users via Auth0 on some custom domain auth.myservice.com. I've seen other IntelliJ plugins that authenticate the user they open ...
Tomer Gal's user avatar
  • 970
0 votes
0 answers
10 views

Auth0 redirects to LinkedIn but LinkedIn is failing to load

I've created a LinkedIn App through the LinkedIn developer portal to connect my SSO provider Auth0 to LinkedIn. This will help users of my Custom App to sign in directly using their LinkedIn profiles. ...
Shachi Mohta's user avatar
0 votes
0 answers
29 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
80 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
41 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
24 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
37 views
+50

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
  • 121
0 votes
0 answers
25 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

15 30 50 per page
1
2 3 4 5
217