Sign On with Kerberos

POST {{authPath}}/{{envID}}/flows/{{flowID}}/kerberos

The POST /{{envID}}/flows/{{flowID}}/kerberos operation initiates an action to allow users to sign on using Kerberos authentication. This operation uses the application/vnd.pingidentity.kerberos.lookup+json custom media type as the content type in the request header.

Prerequisites

The flow response will then include the kerberos.authenticate action.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"_links":{"self":{"href":"https://auth-test.pingone.com/f00666c0-1ba2-4a37-a3f8-0157450ef0ac/flows/000daea9-2ffe-441c-ab5e-09ea2de2b9c7"}},"id":"000daea9-2ffe-441c-ab5e-09ea2de2b9c7","session":{"id":"0a2bb1fa-7ff9-49a8-a6ee-cb4def00f500"},"resumeUrl":"https://auth-test.pingone.com/f00666c0-1ba2-4a37-a3f8-0157450ef0ac/as/resume?flowId=000daea9-2ffe-441c-ab5e-09ea2de2b9c7","status":"COMPLETED","createdAt":"2022-07-06T17:16:59.999Z","expiresAt":"2022-07-06T17:32:10.095Z","_embedded":{"user":{"id":"fbab3528-c376-492d-9174-e1e5e788c973","username":"efudd","name":{"formatted":"Elmer Fudd","given":"Elmer","family":"Fudd"}},"application":{"name":"PingOne Self-Service - MyAccount","icon":{"id":"a3d073bc-3108-49ad-b96c-404bea59a1d0","href":"https://assets.pingone.com/ux/ui-library/4.18.0/images/logo-pingidentity.png"}}}}