Skip to content
English
  • There are no suggestions because the search field is empty.

How to access the simplesaml admin

Original Question or Issue:

How to access simplesaml admin page


Environment:

  • Product - FileCloud Server
  • Version - 23.241
  • Platform - Any

Steps to Reproduce:


Try to access https://YOURDOMAIN.com/simplesaml/module.php/saml/sp/metadata.php/default-sp


Error or Log Message:

Blank screen


Defect or Enhancement Number:

 


Cause:

 


Resolution or Workaround:

Please edit the "simplesaml path\config.php" and search for the following line under the Modules section.

'admin' => false,


Now change this to following or uncomment the line. 

'admin' => true, 

Now try to access https://filecloudurl.tld/simplesaml/admin with the password mentioned in the file xampp\htdocs\thirdparty\simplesaml\config\config.php or linux path under the parameter auth.adminpassword


Notes: