.net core bearer authentication without cookie -


i have oauth server use app.useoauthauthentication (core 1.1, can go 2 if needed). i'd accept authorization: bearer [token] header 1 of controller actions, instead of having request forwarded through standard callback , have cookie middleware. point fill data userinformationendpoint action use. there easy way this, or should allowanonymous , call oauth server myself?


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -