OpenID-Connect-PHP
OpenID-Connect-PHP copied to clipboard
Support for mTLS
I have added support for mTLS client authentication [RFC8705].
With the new added getEndpoint
function the correct (mtls) endpoint will be loaded from the provider config.
Added necessary variables for holding the mtls configuration, if wanted I can move it to a MtlsConfig class for example.
TODO:
- Use only authentication method
- Only for token, introspection, revocation and backchannel authentication endpoints.
List of common tasks a pull request require complete
- [ ] Changelog entry is added or the pull request don't alter library's functionality