Social Login
POST /auth/login/social
Completes the login process and provides the authenticated user with their authentication token.
Request headers required. See Request Headers for more information.
Required Permissions
Since this endpoint is not authenticated, the permissions apply to the application only.
Name
Conditions
Auth:Users:Read
Always Required
Auth:Users:Delegate
Always Required
Auth:Users:EndUser
Always Required
Request body
idToken
*
String
idToken provided by an IDP such as Google
socialLoginProviderKind
*
String
type of the idToken, for now only Oidc
is valid
Example:
Responses
See Common Errors for common errors.
See User Login Errors for user login errors.
Success - a user authentication token
Last updated