One time Authentication for Blazor Web App

Copper Contributor

I have a Blazor web app developed for use at our remote sites.

I need an authentication solution:

- works across network proxies and load balances

- each PC at the site authenticates only ONCE and it's permanent (or relatively permanent)

- each PC authenticated holds the unique site ID for that site so it only serves information from the database for that site.

 

We have currently saving the "auth token" to secure browser storage but the secure storage is getting wiped frequently by our IT security policies and another solution is necessary.

 

So, we need to somehow save the authentication info locally so it doesn't get wiped but the browser can still access.  I'm just not sure what technology works best

 

 

 

0 Replies