I am making a website with ASP.net core MVC. I want the website just to have one admin login to manage a database that manages the layout of the page. How do I have only one use without Microsoft Identity that includes everything for a millon users. I just want to have one login for a user (me) to live edit a website layout via a database, everyone that visits the page should never have to login. Thanks beforehand!
/* UPDATE */
I have managed to successfully add a userprincipal to a user that logs in with the use of claims. I have a question: How do I safely store the passwords and how do I claim a password? What ClamType do I use for password validation?
Best regards Max