.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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -