Social Login

Completes the log in process for users who authenticate through a social identity provider. This endpoint exchanges a valid identity provider token for a IBM Digital Asset Haven user authentication token. Use this endpoint when implementing an OAuth or OIDC based sign in flow for your application.

HTTP request
POST /auth/login/social
Required permissions
No permissions are required for this operation.
Authorization requirements
No authentication required.
Request body
Field Type Required
socialLoginProviderKind enum (string) Yes
idToken string Yes
orgId string No
Response
200: Success