Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure office365 as IDP for SSO using simplesamlphp in php

We are using simplesamlphp for SSO to connect with required IDP (Identity Provider) from our SP (Service Provider) and authenticate the users.

And as of now, we did the SSO integration with Google and ADFS services as IDP using simplesamlphp. Now we got a new requirement to do the SSO integration using Office 365 as IDP. Is it possible to do so? If yes please give me guidelines on how to do the same.

Excuse me if I am wrong

Thanks in advance

like image 723
RameshN Avatar asked Mar 06 '23 20:03

RameshN


1 Answers

O365 sits on top of Azure AD so the question is really federating simpleSAMLphp with Azure AD.

AAD allows custom SAML connections via unlisted applications.

like image 174
rbrayb Avatar answered Apr 07 '23 00:04

rbrayb