OpenID-Connect-PHP icon indicating copy to clipboard operation
OpenID-Connect-PHP copied to clipboard

Support for mTLS

Open ricklambrechts opened this issue 8 months ago • 1 comments

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

ricklambrechts avatar May 26 '24 14:05 ricklambrechts