Authentication
Body
passwordstringRequiredExample:
Password for the admin user
password123Responses
200
Authentication successful
application/json
401
Unauthorized - Invalid credentials or insufficient permissions
429
Too Many Requests - Rate limit exceeded
500
Internal server error
post
/sfp/api/auth/admin/loginQuery parameters
actionstringRequired
The action to continue to after login (e.g., frontdoorUrl)
paramsstringRequired
Comma-separated key:value pairs for action context. For frontDoorUrl action: targetOrg:myorg (required), repository:org/repo (optional), prodOrg:[email protected] (optional)
Responses
200
HTML page for login and continuation.
No content
get
/sfp/api/auth/continue200
HTML page for login and continuation.
No content
Body
access_tokenstringRequiredExample:
The access token for authentication
eyJhbGciOiJIUzI1NilsImtpZCI6IlRbEty...refresh_tokenstringOptional
Optional refresh token
Responses
200
Authentication successful
application/json
401
Unauthorized - No access token provided or invalid token
500
Internal server error
post
/sfp/api/auth/callbackLast updated