Display login screen
GET/v1/auth/screen
Displays a login screen to the end user. In the OAuth2 flow, this is the first interaction point where the user is prompted for credentials. The redirect URL is determined based on the OAuth client metadata to ensure the correct whitelabel login screen is chosen.
Request
Responses
- 302
- 400
- 500
Redirect to the login screen
Response Headers
Location
URL to redirect the user to the login screen
Bad request - invalid input parameters
Internal server error