POST /oauth2/identity
After a user has been authenticated at an OAuth provider's web page, the provider will redirect the browser to the provided redirectUrl. The provider will add a query parameter to the redirectUrl called "code" that represents the authorization code for the user. This method will use the authorization code to fetch the provider's ID for the user. The provider's ID will then be bound to the user's account.
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/oauth2/identity
| Resource Information | |
|---|---|
| Authentication | Required |
| HTTP Method | POST |
| Request Object | OAuthValidationRequest (application/json) |
| Response Object | None |