Hey guys, we have a little problem with the auth0 api (PUT users/{user_id}/metadata). We always get OK as a result whether or not the user id exists. Do you have an idea what could have gone wrong?
rolodato
hi Chilly9000
we’ll take a look at that, thanks for reporting :)
oncenull has quit
oncenull joined the channel
oncenull has quit
woloski joined the channel
yenkel joined the channel
pose has quit
eugeniop has quit
gonto has quit
cristiandouce1 has quit
slackbot1 has quit
slackbot1 joined the channel
gonto joined the channel
cristiandouce1 joined the channel
eugeniop joined the channel
pose joined the channel
Chilly9000
I have another question regarding custom signup with auth0: How can I create an access token for a just created user in my angular frontend? I create the user in the frontend and call our own api in order to add some custom fields (default role etc.) but our backend needs the Authorization bearer to proceed the request.
_alex joined the channel
_alex has quit
_alex joined the channel
_alex has quit
rolodato_ joined the channel
ozooner joined the channel
ozooner__ has quit
rolodato has quit
rolodato_ is now known as rolodato
yenkel has quit
yenkel joined the channel
Chilly9000 has quit
okelet joined the channel
okelet
hi all, first of all, congratulations for the great app
i would need some help configuring azure ad
i never get the groups of the logger user, i test it in the rules
yenkel has quit
yenkel joined the channel
okelet has quit
rolodato has quit
rolodato joined the channel
frankh_ joined the channel
frankh_
hey guys
rolodato
hi frankh_
frankh_
using auth0-angular and auth0-lock getting this error on IE10 "Failed to instantiate module app due to: Error: 'ClientID' required as first parameter." any thoughts?
rolodato
that’s an error in the Lock constructor, are you only getting that in IE10?
frankh_
correct
I haven't tried other versions of IE but app works correctly on chrome, safari, and firefox
Hey guys, I have a fairly pressing issue. We're trying to add an allowed origin for CORS, and we use app.faraday.dev on our local machines, but I'm getting validation errors when I try to add that: error in allowedOrigins[2] - callback-uri format validation failed: {error}
ozooner__ joined the channel
ozooner_ has quit
CodeRonin joined the channel
CodeRonin
Anyone from auth0 support here?
CodeRonin has quit
Tristan64 has quit
calebwoods joined the channel
calebwoods
Hello Matias
woloski
hey calebwoods
I was checking your script
I don't see a call to .toString()
did you try it again and you get the same error?
calebwoods
Yes, let me try again. There was a call to .toString() that I removed once I saw the error.
I also added a console.log with the hopes of seeing more debug info
I will modify the script to try a couple of things
calebwoods
ok
woloski
console.log(err, response.statusCode, body);
that was it
on the light sandbox we only support one param of the console.log
calebwoods
Ok, I'm fine with removing that
woloski
ok try removing it
I already commented it
refresh your page
calebwoods
That seems to have worked
Was able to login successfully
woloski
:success:
calebwoods
Is the sandbox type per application, tenent, or account?
We have the multiple console for our other tenent we are using for production. Want to remove, but also trying to see if that cause the issue where our server never sees the request from Auth0