Hi,
Now I use Auth0 Rules like “redirect user if user’s app_metadata is xxx…” .
I don’t want to apply this Rules when redirect_uri (I mean URI which is accessed after login successful) is specify value.
I try to add if statement like “if user’s redirect_uri is …, callback(null, user, context)” into my Rules, but I have no idea how to get redirect_uri in Auth0 Rules.
Can I do this? or do you have any idea, please teach me,
thank you.