How to embed access token in URL and validate it - Asp.Net MVC

938 views Asked by At

I want to construct a URL, per user for a set of users, which should be embedded with a access token so that the user can use the URL to login into the application and access a specific page without entering their credentials.

My questions is how we can generate the multiple access tokens (a token for a user) at one go and embed in the URLs (in encrypted form) and valid them when user tries to access the URL?

0

There are 0 answers