I can't seem to get past this error. I am able to login into Microsoft, but after, that error shows up. I have tried all set these reply URL's inside Azure, but still nothing:
- https://sso.xxxx.com/simplesaml/module.php/saml/sp/metadata.php/default-sp
- https://sso.xxxx.com/simplesaml/module.php/saml/sp/metadata.php/default-sp/module.php/saml/sp/metadata.php/default-sp
- https://sso.xxxx.com/simplesaml
- https://sso.xxxx.com/
This is my simplesaml config file:
'baseurlpath' => 'https://sso.xxxx.com/simplesaml',
Here is my Authsource:
'default-sp' => [
'saml:SP',
'entityID' => 'xxxxxx-4521-4587-9b30-xxxxxxxxxxxx',
'idp' => 'https://sts.windows.net/xxxxxx-f963-4bc4-98a8-xxxxxxxxxxxx/',
'discoURL' => null,
'NameIDFormat' => 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent',
'simplesaml.nameidattribute' => 'eduPersonTargetedID',
Am I missing something in the config? I test it via SimpleSamlPHP Test authentication sources:
https://sso.xxxx.com/simplesaml/module.php/core/authenticate.php?as=default-sp
and also via sourcecode in another website:
https://www.xxxx.com/nxsso/login