List supported JWT algorithms

Retrieves a list of all supported cryptographic algorithms that can be used by JWT clients for signing and verification when configuring a JWT-based Identity Provider (IdP) for the Tenant.

GET
/v2/manage/jwt-clients/algo

Retrieves a list of all supported cryptographic algorithms that can be used by JWT clients for signing and verification when configuring a JWT-based Identity Provider (IdP) for the Tenant.

Authorization

M2MBearerToken
AuthorizationBearer <token>

M2M Token for authentication

In: header

Response Body

application/json

curl -X GET "https://api.loginradius.com/v2/manage/jwt-clients/algo"
{
  "Data": [
    "string"
  ]
}