POST /oauth2/consent
Get authorization code for a given client, scopes, response type(s), and extra claim(s).
See:
Open ID Connect specification for consent.
Open ID Connect specification for the authorization request.
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/oauth2/consent
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify , authorize |
HTTP Method | POST |
Request Object | OIDCAuthorizationRequest (application/json) |
Response Object | OAuthAuthorizationResponse (application/json) |