In case there is a need to implement authentication for multiple url resources , is Protected Route (auth0-react/EXAMPLES.md at master · auth0/auth0-react · GitHub) the best way to handle a large no. of callback urls without having the need to specify them under Allowed Callback Urls? If not what is the best way to handle such a scenario?
I did come across documentation suggesting usage of rules or state to handle redirection to other urls but didn’t see any implementation examples. (Redirect Users)
It will be great if somebody can point me in the right direction.