-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi Team,
I was able to follow instructions and setup the integration one thing I would like to do
Use Case:
When user enters username / password in Symfony, User should also automatically be authenticated in Simplesamlphp. I would like to allow users to perform IDP initiated logins via a DASHBOARD with tiles.
Problem:
ssp_auth_sources - Does not show auth sources from authconfig.php ( i just have 2 default admin, default-sp).
Do you think my use case is possible if so any help would be great. My understanding was this bundle will allow to perform that sort of auth but its not working. When I manually force link to https://127.0.0.1:8000/connect/ssp_guard/admin it redirects me to login page and I login successfully in symfony but when I refresh my page http://localhost/simplesaml i am not authenticated.
Please any help would be great.