Questions tagged [auth0-connection]

25 questions
5
votes
3 answers

Auth0 Endpoint "api/auth/me" returns a 404 Error in Next.js App

I have gone through the following tutorial to get my Next.js App integrated with Auth0. I am able to log in and log out just fine but when trying to display user information on the page after login, the user object is unable to be returned. I have…
wisenickel
  • 346
  • 4
  • 16
2
votes
0 answers

Auth0: Add login_hint query param to redirect URL after password change

Is there a way to add the login_hint query params along with iss query params in URL received after password-change? Detail Use case: A password change ticket email will be sent to the user. The user clicks on the change password URL, and changes…
2
votes
0 answers

Auth0 - how to create a user without a password, or how to include password in verification email

We have a web app (SPA Angular app talking to a .Net Core Web API) which uses Auth0 as the authentication server. Now, I'm not sure if this would be an "invite flow" or "invite-only flow", or something else, but basically, a user will go to our web…
Fabricio Rodriguez
  • 3,769
  • 11
  • 48
  • 101
1
vote
0 answers

Auth0 not working w/Authentication Social and a Whitelist rule

I have an app using auth0. I have it setup to just use google-oauth2 for authentication. I then went into Rules from dashboard and created a rule to whitelist several emails. However in testing this out the whitelist is not working. Anyone w/a…
Alan
  • 1,067
  • 1
  • 23
  • 37
1
vote
0 answers

Auth0: is it possible to disallow password-based login for a single user?

My app is using email addresses as unique identifiers for users. It also allows users to log in via social connections, i.e. Google Oauth. I want to disable password-based login when a user logs in with Google. Is it possible to somehow configure…
Patricia Li
  • 1,346
  • 10
  • 19
1
vote
1 answer

Auth0 embedded login flow

We are trying to implement Auth0 in our next+fastify based application. The login page is custom and we want to integrate the login using the embedded login from the fastify server. I am naive to oAuth and Auth0, I have a few doubts around it: How…
Dinesh K
  • 641
  • 1
  • 8
  • 20
1
vote
1 answer

Malformed mfa_token message when trying to challenge an user with MFA

I am developing an iPhone application to demonstrate the MFA using sms factor with MFA APIs for POC. I am using the authorisation flow for getting my access token (where I get a authorisation code and redeem it for an access token)earlier to MFA…
0
votes
0 answers

Trying to implement auth0 to handle users authorization and authentication

I’m a newbie and working on a healthcare app where users can register or login as either a healthcare provider or recipient. The project has been divided into two, backend(nodejs) and frontend(reactjs). I’m trying to make sure that users only…
0
votes
0 answers

Issue with skipRedirectCallback auth0 config

I have recently migrated to auth0 in angular app, in my angular app i have other third-party integration available so when i perform authorization for those my application will redirect to the auth0 redirection URL. angular authModule config i have…
Ankur
  • 1
0
votes
1 answer

How to set audience for AuthenticationAPIClient?

When authorizing via Android SDK AuthenticationAPIClient using passwordlessWithEmail in Credentials refresh token == null. I read that in the article that you need to set offline_access for api and send a link to the audience on api. But…
KnightsForce
  • 479
  • 3
  • 8
0
votes
3 answers

How to configure Auth0 to authenticate with other companies Azure Active Directory?

I have Auth0 configured with Social Connections > Microsoft Account. This is linked through Client ID/secret to a Microsoft Azure Active Directory tenant in my Microsoft organisation, with an App Registration set to allow: Accounts in any…
0
votes
2 answers

How to renew the id token using auth0 in SwiftUI app

I'm using Auth0 for login and logout in my iOS app. after the user logs in I get an id token which I use to make the further api calls in my app. we need to keep updating the token with auth0 as mentioned in their doc My function is as…
0
votes
0 answers

Auth0 - Authorize Auth0 Access Token with grant_type = password in our .net core API

we achieved the below points with Auth0. We are able to get Management API token with client_id, client_secret, audience & "grant_type":"client_credentials" We are able to create user/get userinfo with this token. we are able to get access_token…
Jinesh Jain
  • 1,232
  • 9
  • 23
0
votes
0 answers

how to store auth0 user data in a mongodb database after they sign up in a next js application

I am working on a Next JS project. I am using auth0 (auth zero) for authentication. I want to store the user data(username, email, profile pic) in my mongodb database after they signup. I am using free plan so I can't use connect to mongodb method…
Sajib Hossain
  • 81
  • 2
  • 8
0
votes
0 answers

Apple SSO Use multiple applications with different names

I have a use-case where I need to use apple login on two application (one has a iOS mobile app also) which belong to the same company but have different logos, is it possible to use the same apple login service in both. More specifically I had an…
flowista
  • 1
  • 1
1
2