Hi,
i´m searching for an authentication, which i can use in different asp.net webforms and in a .net core razor app. I use webservices and websockets and want a single sign on for my different apps. at least i want to manage users in my own database, it has to work offline in a browser connecting to localhost.
Now i struggle a little bit bearer tokens, OAuth an all the different authentication techniques.
Can anyone give me a hint, which authentication technique i can use?
BR