asp.net mvc - how to validate oauth token in owin cookie authentication -
in solution there 2 projects 1 web api uses bearer token based authentication. other 1 mvc application uses owin cookies based authentication. how can validate user request having bearer token in mvc application in owin cookies based authentication enabled.
Comments
Post a Comment