Feature: We need Auth0 to support more authentication methods for an external IdP with OIDC/OAuth
Description: One of the identity providers we are using for authentication are depreciating authentication with secrets, and we need to support one of the following:
Shall support client authentication using either:
- β private_key_jwt β, as described by OpenID Connect for interactive sessions.
- Client Assertions as described by RFC 7521 and RFC7523.
- Mutual-TLS for OAuth Client Authentication as described by RFC 8705 . (This is not supported by HelseID yet)
I found a feature request for mTLS when calling auth0, but no request for other methods when using an external IdP.
Use-case: We are building applications for healthcare providers in the nordics, and need to be conformant to the national identity providers for healthcare professionals, and also citizens.