TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sonal Tripathi
NA
23
1.1k
Token Authentication
Apr 6 2018 6:34 AM
I have query related to this token Authentication. I have code like
app.UseWindowsAzureActiveDirectoryBearerAuthentication( new WindowsAzureActiveDirectoryBearerAuthenticationOptions
{
Audience = ConfigurationManager.AppSettings["ida:Audience"], Tenant = ConfigurationManager.AppSettings["ida:Tenant"], });
My requirement is to stop validating any token other than "Bearer".
How can I achieve this.
I am using fiddler for tracking requests but for this token validation does it hit "login.microsoftonline.com"?
Reply
Answers (
2
)
Using ASP.NET and Jcrop to crop images online
Web API token auth with jquery client