Azure-Samples/active-directory-dotnet-webapp-openidconnect

Refresh or access tokens persistence

Closed this issue · 1 comments

In this particular sample "Web Browser to Web Application" flow, do I need to worry about - Refresh tokens, storage or persistence of tokens? If yes, can you point me to right direction.

Thanks for your advise!
Sam

This particular sample does not have persistent storage of tokens. The sample link below stores tokens in a database and should be quite helpful.

https://github.com/Azure-Samples/active-directory-dotnet-webapp-webapi-multitenant-openidconnect