Sign in

Start OAuth Login

documented

Initiate the OAuth login flow by redirecting the user to the provider’s authentication page.

GET http://<HOST>:<PORT>/<ServiceAlias>/authentication/login?authApp={provider}Authenticationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$host}}:{{$port}}/{{$serviceAlias}}/authentication/login" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"username": "{{$username}}", "password": "{{$password}}", "authApp": "{{$provider}}", "sessionType": "{{$sessionType}}"}'