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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -