Authentication
Password for the admin user
password123Authentication successful
Indicates if the login was successful
trueAccess token for authenticated requests
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Refresh token for obtaining new access tokens
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Error message if login failed
Invalid credentialsUnauthorized - Invalid credentials or insufficient permissions
Too Many Requests - Rate limit exceeded
Internal server error
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
The access token for authentication
eyJhbGciOiJIUzI1NilsImtpZCI6IlRbEty...Optional refresh token
Authentication successful
Indicates if the operation was successful
trueThe response data from auth service
{"userId":"123"}Unauthorized - No access token provided or invalid token
Internal server error
Last updated