redirect to the IdP, setting the encrypted flow cookie that binds `state`/`nonce`/PKCE to this browser.
GET
End-user session operationId: login/v1/auth/oidc/{application_id}/{connection_id}/login Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Path parameters
application_idstring<uuid> requiredApplication id
connection_idstring<uuid> requiredConnection id
Responses
303 Redirect to the IdP
Request
curl -X GET "http://localhost:8080/v1/auth/oidc/018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f/018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f/login" \Try it
live requestGET
http://localhost:8080/v1/auth/oidc/018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f/018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f/login