Hi,
i am currently trying to setup SimpleSamlPHP as an identity provider for Office365. I am following the description [1]
I could not find documentation about that error and how to fix it.
I did the following steps to setup single-sign-on:
* Setup and verified an additional external domain for my Azure AD
* Created users in my Azure AD, which use the external domain for login
* Uploaded my SimpleSamlPHP IdP metadata for the external domain by using the Set-MsolDomainAuthentication cmdlet
I confirmed that the SAML Assertion sent contains the ImmutableID as the NameID, and the IDPEmail attribute contains <username>@<domain>, that has just logged
in.
My question:
* Does someone have detailed setup instructions for SimpleSamlPHP as an IdP to work with Azure AD/Office365? I am interested in the saml20-sp-remote.php and saml20-idp-hosted.php configuration files and options therein