I assume it may behave like an in-proc session, that means it would NOT meet stateless model requirement across the servers. Any suggestions? Does token-model not suit for asp.net web app?
Can't see anything stop you from using JWT token in asp.net web app.
As far as i know, this is totally based on how you will configure your authentication and authorization on your server.
Contributor
3140 Points
983 Posts
Re: Using JWT token in ASP.NET Web forms
Dec 10, 2019 06:08 AM|Yang Shen|LINK
Hi chandruasp,
Can't see anything stop you from using JWT token in asp.net web app.
As far as i know, this is totally based on how you will configure your authentication and authorization on your server.
Maybe you should check the IdentidyServer and https://stackoverflow.com/a/40284152/12473216 for more related information.
Best Rgeard,
Yang Shen