.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 -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -