What is the best way to get an OpenID Connect client flow going in the PHP Laravel framework? I have looked at socialite but that does not support OpenID Connect.
Open the IAM console at https://console.aws.amazon.com/iam/ . In the navigation pane, choose Identity providers, and then choose Add provider. For Configure provider, choose OpenID Connect. For Provider URL, type the URL of the IdP.
OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. It enables Clients to verify the identity of the End-User based on the authentication performed by an Authorization Server, as well as to obtain basic profile information about the End-User in an interoperable and REST-like manner.
I ended up doing the flow myself, the lib I used in the end was https://github.com/jumbojett/OpenID-Connect-PHP - was a nice and simple to get up and running
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With