Social Login
Last updated
Last updated
POST /auth/login/social
Completes the login process and provides the authenticated user with their authentication token.
Auth:Users:Read
Always Required
Auth:Users:Delegate
Always Required
Auth:Users:EndUser
Always Required
idToken
*
String
idToken provided by an IDP such as Google
socialLoginProviderKind
*
String
type of the idToken, for now only Oidc
is valid
Success - a user authentication token
See for common errors.
See for user login errors.