Retrieve OAuth Client Metadata
Retrieves metadata for OAuth client connections within the Tenant.
Retrieves metadata for OAuth client connections within the Tenant.
Authorization
M2MBearerToken AuthorizationBearer <token>
M2M Token for authentication
In: header
Response Body
application/json
application/json
curl -X GET "https://api.loginradius.com/v2/manage/oauth-clients/connections-metadata"{
"CustomIdp": [
"string"
],
"Enterprise": [
"string"
],
"SocialLogins": [
"string"
]
}{
"Message": "Access Unauthorized",
"Description": "Access Unauthorized, please use valid authorization to access this endpoint.",
"ErrorCode": 6002
}Reset OAuth client secret PUT
Resets the client secret for the OAuth client configuration identified by the AppName within the Tenant, generating a new client secret and invalidating the previous one to enhance security.
List JWT IdP clients GET
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.