The method for Cryptographic Security Platform to authenticate in the provider's token endpoint.
Method | Authentication method |
|---|---|
Client secret sent in the request body | Send the |
Client secret sent as HTTP Basic authentication | Send the |
Client secret sent as HTTP Basic authentication without URL encoding (deprecated) | Deprecated because it can cause interoperability and security issues |
JWT signed with client secret | JWT assertion signed with an HMAC-based client secret |
JWT signed with private key | A JWT assertion signed with a private key (recommended) |