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
Mohsin Azam
631
1.7k
115.5k
Integrate Graph API in Existing Asp.net Mvc 5 Application
Mar 17 2021 7:13 AM
I have Asp.net MVC 5 application which is live.Now there is an need of integrating Microsoft Graph API to get/post Contact record from/to Office 365.
As i am using my Custom Authentication and authorization in my application,Now how can i excape Graph API Authentication (OWIN) extra stuff to work with Graph API.
Every time i login to my application,and calling Graph API endpoint ,popups open and i enter hotmail credentials . I am using this example : https://docs.microsoft.com/en-us/learn/modules/msgraph-build-aspnetmvc-apps/
it give me error.
IDX21323: RequireNonce is '[PII is hidden]'. OpenIdConnectProtocolValidationContext.Nonce was null, OpenIdConnectProtocol.ValidatedIdToken.Payload.Nonce was not null. The nonce cannot be validated. If you don't need to check the nonce, set OpenIdConnectProtocolValidator.RequireNonce to 'false'. Note if a 'nonce' is found it will be evaluated.
Reply
Answers (
1
)
generate password automatically using asp.net core
Call Multiple Model.