POST /oauth2/client
Create an OAuth 2.0 client.
Note: The client name must be unique.
Note: After creating the client one must also set the client secret
and have their client verified (See the Synapse OAuth Server Documentation)
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/oauth2/client
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | POST |
| Request Object | OAuthClient (application/json) |
| Response Object | OAuthClient (application/json) |