Authentication
Authenticates an admin user with email and password credentials
Password for the admin user
password123Authentication successful
Unauthorized - Invalid credentials or insufficient permissions
Too Many Requests - Rate limit exceeded
Internal server error
Renders a dynamic login page. If the user is already authenticated, proceeds directly to the requested action with provided parameters. Used as an entry point for browser-based, context-aware authentication and routing.
The action to continue to after login (e.g., frontdoorUrl)
Comma-separated key:value pairs for action context. For frontDoorUrl action: targetOrg:myorg (required), repository:org/repo (optional), prodOrg:[email protected] (optional)
HTML page for login and continuation.
No content
HTML page for login and continuation.
No content
Validates the provided access token and optional refresh token
The access token for authentication
eyJhbGciOiJIUzI1NilsImtpZCI6IlRbEty...Optional refresh token
Authentication successful
Unauthorized - No access token provided or invalid token
Internal server error
Last updated