Drenso / symfony-oidc

This project contains the Symfony OIDC bundle, which is directly based on https://github.com/jumbojett/OpenID-Connect-PHP
Apache License 2.0
54 stars 32 forks source link

Adding support for getting the identifier from the id_token #38

Closed stevensajw closed 1 year ago

stevensajw commented 1 year ago

This PR:

Not sure about: I use OidcClient to get the data from the token as it already had the token helper.

For issue #37

stevensajw commented 1 year ago

I updated the commit. Thank you very much for the feedback. I never worked on a Symfony bundle before. I was unsure how to use the injection in the bundle configuration, so I tried working around it, creating some new issues along the way. It looks better like this.

Thanks AJ