Search code examples
phpsamlsimplesamlphp

custom login page instead of simplesamlphp IDP login page


We built Simplesamlphp IDP, that transferred data to sp as per the procedure. Its going good. Now we want to implement our site login page instead of the IDP default login page. How to implement the option on Simplesamlphp IDP setting ? OR Shall i achieve that by set any extra sessions on site login process?

Please help to solve this issue.


Solution

  • Finally I got the answer, I have passed the my session username and password details. its work well.