Authentication
Last updated
Last updated
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 (e.g., targetOrg:myorg,other:val)
HTML page for login and continuation.
No content
Authenticates an admin user with email and password credentials
Email address of the admin user
admin@example.com
Password for the admin user
password123
Validates the provided access token and optional refresh token
The access token for authentication
eyJhbGciOiJIUzI1NilsImtpZCI6IlRbEty...
Optional refresh token