Regenerates client_id and client_secret for OIDC identity provider client configuration.
POST/auth/api/v1/idp/clients/:idp_id/regenerate
Regenerates client_id and client_secret for OIDC identity provider client configuration.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
client_id and client_secret successfully regenerated. Returns the new values.
Bad request
Unauthorized request, OAuth2 authorization missing or invalid
Unauthorized request, OAuth2 authorization OK but scope insufficient
Resource not found
Internal server error