How to setup silent Login if user is already logged in to any application in the network

Hi Auth0 Community !

We have two case scenarios that we would like your assistance:

1: How can we setup a silent login for user when he goes to a home page of any application in network. ( Obviously he will get logged in to the application at any specific time but for rest of the application he should automatically get logged in if he is already have a token generated in the network )

2: How to setup custom Redirect URI so that user get redirected to same page he originated the Login Process .

FYI : We are using different application that are based on Wordpress and .NET . The process work smoothly but we don’t want user to click login button if he is already logged in the network. He should automatically be signed in and redirect to the same page that he was originally going to .

Regards