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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -