Download OpenAPI specification:
OAuth token validation, user authentication and session management
Validates an Azure B2C OAuth token and returns user details. On first-time login, creates a new user profile from token claims and initializes default consents and screeners. On subsequent logins, retrieves the existing user profile.
Used when:
Common errors:
{- "message": "Valid Token!",
- "userid": "string",
- "loginid": "string",
- "role": "string",
- "firstTimeLogin": true,
- "is_org_admin": true,
- "signup_time": "2019-08-24T14:15:22Z"
}Validates an Azure B2C OAuth token and returns user details. On first-time login, creates a new user profile from token claims and initializes default consents and screeners. On subsequent logins, retrieves the existing user profile.
Used when:
Common errors:
{- "message": "Valid Token!",
- "userid": "string",
- "loginid": "string",
- "role": "string",
- "firstTimeLogin": true,
- "is_org_admin": true,
- "signup_time": "2019-08-24T14:15:22Z"
}