问题
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