Hello, Did you ever figure out how to implement IDP and SP in Laravel? Any recommendations?
SSO / SAML 2.0
I am trying to make an SSO solution. I have a separate login server with a central user database. I want to authenticate users through this server and redirect them to another server with the application on it.
I was pointed out the SAML 2.0 that allows this. For example. https://github.com/aacotroneo/laravel-saml2
However, the above can only be configured as a service provider. Reference is made to onelogin for the identity provider. However, I am looking for a solution that I can install on my laravel environment. Preferably with a clear step by step instruction.
I also came across these: https://github.com/codegreencreative/laravel-samlidp With this, an identity provider can be created. But which service provider package can communicate well with this?
Has someone experience with both an identity provider and service provider in a laravel environment? Which packages did you use for this? Is there anything like a description, instruction where both IdP and SP are properly described and how they are linked to each other in a PHP or Laravel environment?
Please or to participate in this conversation.