c# - Single sign on from office 365 to Asp.Net website -
we have office 365 portal , asp.net web application purpose. web application using forms authentication using sql server database. on office 365 portal, want provide link redirect asp.net web application, if user coming office 365 portal asp.net web application should not ask user credential. how can achieve it?
check access token provided o365, if valid token, can pass authentication in asp.net web app.
the application has use (adal) ad authentication library check access token. here link samples how in asp.net:
https://msdn.microsoft.com/office/office365/howto/starter-projects-and-code-samples#bk_web
hope helps.
Comments
Post a Comment