Reset OAuth Client Configuration's Secret By AppName
PUT/oauth-clients/credentials/:oAuthClientName
Resets the client secret for the OAuth client configuration identified by the AppName within the tenant. Use this endpoint to generate a new client secret, which will invalidate the previous one and enhance security.
Request
Responses
- 200
- 403
- 404
- 409
- 500
OK: The request was successful.
Status Forbidden: The client does not have permission to access the resource.
Not Found: The server cannot find the requested resource.
Conflict: The request could not be completed due to a conflict with the current state of the resource.
Status Internal Server Error: The server encountered an unexpected error.