PHP application, SAML and single sign-on with office 365

旧巷老猫 提交于 2020-01-17 02:58:31

问题




How to make possible single sign-in into my php app for Office 365 users?
I was reading a bit about Microsoft solutions and if I understood well I have to create account on Microsoft Azure AD and buy their services, right?
I found out that Azure AD supports SAML 2.0..
Does anyone did this before and can describe a process a bit more detailed for me? && what data I am receving in SAML response? =)

I am already familiar with SAML protocol and using it.. just not with Microsoft services and where to go to complete this..

Thanks!!


回答1:


After whole day of digging found something:

http://azure.microsoft.com/en-us/documentation/articles/active-directory-php-web-single-sign-on/

I hope it will be useful for others who have similar question ;-)



来源:https://stackoverflow.com/questions/25283353/php-application-saml-and-single-sign-on-with-office-365

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!