List JWT IdP clients
Retrieves a list of all configured JWT-based Identity Provider (IdP) integrations for the Tenant, including algorithms, mapping, endpoints, and settings used for authentication and federation.
Retrieves a list of all configured JWT-based Identity Provider (IdP) integrations for the Tenant, including algorithms, mapping, endpoints, and settings used for authentication and federation.
Authorization
M2MBearerToken M2M Token for authentication
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.loginradius.com/v2/manage/jwt-clients"{
"Data": [
{
"AppName": "jwtapp"
}
]
}{
"Message": "Access Unauthorized",
"Description": "Access Unauthorized, please use valid authorization to access this endpoint.",
"ErrorCode": 6002
}{
"Description": "JWT configuration not found or the resource does not exist.",
"ErrorCode": 7958,
"Message": "JWT configuration not found"
}{
"Message": "Operation failed due to an internal error.",
"Description": "An unknown internal error occurred, please try again in a few minutes or contact your system administrator.",
"ErrorCode": 7909
}Retrieve OAuth Client Metadata GET
Retrieves metadata for OAuth client connections within the Tenant.
Create JWT IdP configuration POST
Creates a new JWT-based Identity Provider (IdP) configuration for the Tenant by specifying algorithms, mapping, and endpoint information, enabling authentication and federation with the specified IdP.