.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
Post a Comment