Delete JWT IdP configuration
Deletes an existing JWT-based Identity Provider (IdP) configuration for the Tenant using its AppName, permanently disabling authentication and federation with that IdP.
Deletes an existing JWT-based Identity Provider (IdP) configuration for the Tenant using its AppName, permanently disabling authentication and federation with that IdP.
Authorization
M2MBearerToken M2M Token for authentication
In: header
Path Parameters
JWT Client Name
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.loginradius.com/v2/manage/jwt-clients/my-jwt-client"{
"IsDeleted": true
}{
"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 JWT IdP configuration GET
Retrieves the details of a specific JWT-based Identity Provider (IdP) configuration for the Tenant using the AppName, including algorithms, mapping, and endpoints associated with the application.
Update JWT IdP configuration PUT
Updates an existing JWT-based Identity Provider (IdP) configuration for the Tenant identified by the AppName, modifying details such as algorithms, mapping, or endpoint information.