Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have created a new web api project with individual user account authentication.

I followed this post and everything worked as expected

http://www.asp.net/web-api/overview/security/individual-accounts-in-web-api

Now, I have a token end point localhost:54452/Token

Lets, say I create new asp.net mvc application. I want to use this token end point for authentication. How do I tell my controllers to use this token end point? How do I tell my controllers to pass the bearer access token on each request or how does these two work together.

asp.net mvc and asp.net web api are two different projects with different port numbers

Thanks,

Syed

share|improve this question
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.