Questions tagged [auth0-delegated-admin]
23 questions
16
votes
7 answers
getting 403 disallowed user agent in Auth0 Lock for Android
integrated Auth0 login in my android application.
for this integration i am following this one
https://auth0.com/docs/libraries/lock-android
its work fine previously, but now i am facing 403 disallowed user while click on google.
while i am…

NareshRavva
- 823
- 3
- 21
- 50
8
votes
2 answers
Error: Bad Audience while making Auth0 /user/user_id api call
I am having a use case to modify user metadata using Nodejs. I couldn't find any proper documentation on how to do it.
So, I thought of using the rest api for modifying the user data.
I created an API from the console and added audience as…

Sreeraj Krishnan
- 83
- 1
- 5
5
votes
1 answer
connect ETIMEDOUT Node.js
I am using a create hook in my Auth0 Delegated Administration Extension.
I am getting this error when trigger the create hook:
Error: connect ETIMEDOUT xxx.xxx.xxx.xxx:8081
at Object.exports._errnoException (util.js:1020:11)
at…

Bishan
- 15,211
- 52
- 164
- 258
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…

Bipul Bikram Thapa
- 81
- 5
2
votes
0 answers
How to implement Auth0 in Unity Game Engine?
I am creating an app using Unity Game Engine and want to use the Auth0 service for the User Management. I am writing my API in .Net and I can able to read the claims in the API side. I am unable to find any Auth0 library to register and login the…

amit325
- 101
- 1
- 7
2
votes
1 answer
How to force Auth0 user to login with password always?
How to force the Auth0 user to always enter his password to log in with Auth0 instead of using "Last time you logged in with " button?

Gowtham
- 635
- 1
- 7
- 17
1
vote
0 answers
OAuth Token permissions not listed in the access token scope
I am trying to call Microsoft graph API (ListUsers) with Auth Code grant flow where after authorization I am unable to get the granted permissions in the scope of returned access token thus leading to permission issues.
After some time when I fetch…

Amar sharma
- 11
- 1
1
vote
1 answer
How to configure auth0 authentication/authorization without using Auth0 Universal login?
I need to use Auth0 as authentication service in my node.js app.
The problem is that i don't need their universal login. I have my own and want to use it. I need user to enter his credentials in my form, do a request to node.js app, this node.js app…

Vitali Skripka
- 562
- 1
- 7
- 25
1
vote
0 answers
After successful social sign in, i get ‘Open with ’ option in custom tabs
I am using CustomTabsIntent to launch social sign in by using Auth0., but after successful sign, i get 2 options to launch the app.
This is what i get after successful sign in & sign up`
This is my code.
final Uri.Builder uriBuilder = new…

dev90
- 7,187
- 15
- 80
- 153
1
vote
1 answer
How to get location_info (country name) in Auth0 User logs using management api?
I am using c# app and fetching user logs from auth0 management api v2 using "/api/v2/logs?q=". The logs contains lot of information but I can't find country name(from where the user login) in the logs. I can see location_info property in official…

Ask
- 3,076
- 6
- 30
- 63
1
vote
0 answers
auth0 User is not authorized to the audience for those scopes
Context: I am hitting the /oauth/token endpoint, using the Resource Owner / Password authentication flow.
Observations: Previously this was working just fine. Now, without any code or configuration changes, auth0 is returning with a 400 and an…

efreezy
- 253
- 1
- 3
- 12
1
vote
1 answer
"Missing grant-type parameter" in Auth0 Delegation endpoint call
I'm trying to call (POST) the Auth0 delegation endpoint from Postman with the following request, as suggested by Auth0:
Content-Type: 'application/json'
{
"client_id": "{CLIENT_ID}",
"grant_type": …

Nat
- 161
- 2
- 17
0
votes
1 answer
HTTP Connector in Microsoft Power Automate - Login against Azure AD app registration on behalf of user not working
I hope you are doing fine :)
I have the following problem/problems.
I have created a dummy (robot) user. In Azure AD there is an App Registration with some Power BI delegated permission services.
I want to automate the deletion of a push dataset via…

Marcian Bondoc
- 1
- 2
0
votes
1 answer
working example of OnBehalfOfProfider for a daemon app calling MS Graph
I have difficulty finding a working example for this scenario:
IConfidentialClientApplication confidentialClientApplication =…

Art Melk
- 41
- 4
0
votes
1 answer
Is there any way to get user's language in auth0 rules?
I want to create a rule in auth0 that will add user’s language to user’s id token. So is there any way to achieve that? I can get country code and some other info from geoip but I can’t get language anywhere

Ask
- 3,076
- 6
- 30
- 63