How to get redirect_uri within Rules

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.

I solve this issue.
I just use other Application, and specify at Rules: DO NOTHING when user access to the Application .

1 Like

Thanks for sharing that with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.