HI
we are using MW version 1.39.3
PluggableAuth 6.2,
SimpleSAMLphp extension 5.0.1,
Simplesamlphp library 2.0.3
Now after Integrating Simplesaml Library AAD starts giving us results when we check on
Https://app.com/simplesaml/module.php/admin/test/default-sp
http://schemas.microsoft.com/identity/claims/ full user details .
But in reply url : Https://app.com//simplesaml/module.php/saml/sp/saml2-acs.php/default-sp
it redirect us to wiki main page with Fatal error authenticating user .
Also in SimpleSAMLphp.log log file we re getting
Could not get authentication plugin instance.
Getting PluggableAuth instance
ERROR: return to URL is null or empty
We are using only above mentioned 2 extensions + simplesaml library currently.
Do we need to add LDAPAuthentication2 for this too.
Please suggest us .