Can anyone please helpme out to implement SSO in all my application using simplesamlphp. i have done poc on simplesamlphp as sp and keycloak as idp . But i can’t able implement in my projects.
You may read Tutorial - Single Sign-On with SAML, just replace IdP metadata (URL) and SP entity ID for your SimpleSAMLphp setup.
i got error in advance security below is the error and stack trace:
File not found 'C:\xampp1\htdocs\sakthi\PHP\student_table\files'
C:\xampp1\htdocs\sakthi\PHP\student_table\src\AdvancedSecurity.php(483): File not found 'C:\xampp1\htdocs\sakthi\PHP\student_table\files\'
#0 C:\xampp1\htdocs\sakthi\PHP\student_table\models\Login.php(343): PHPMaker2023\Student_1v00_3\AdvancedSecurity->validateUser('', '', false, 'Saml')
#1 C:\xampp1\htdocs\sakthi\PHP\student_table\controllers\ControllerBase.php(50): PHPMaker2023\Student_1v00_3\Login->run()
#2 C:\xampp1\htdocs\sakthi\PHP\student_table\controllers\OthersController.php(26): PHPMaker2023\Student_1v00_3\ControllerBase->runPage(Object(Slim\Http\ServerRequest), Object(Slim\Http\Response), Array, 'Login')
#3 C:\xampp1\htdocs\sakthi\PHP\student_table\vendor\slim\slim\Slim\Handlers\Strategies\RequestResponse.php(38): PHPMaker2023\Student_1v00_3\OthersController->login(Object(Slim\Http\ServerRequest), Object(Slim\Http\Response), Array)