Skip to main content
GET
SSO test result

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

test_id
string<uuid>
required

Response

The outcome of the test, or pending.

completed_at
string<date-time> | null
required
created_at
string<date-time>
required
detail
string | null
required
email
string | null
required

The e-mail the provider sent for the account used in the test.

failure
string | null
required

Why a real sign-in would be refused: denied, expired, invalid, domain, no_role, other_tenant, deactivated, unavailable or disabled.

groups
string[]
required
ok
boolean | null
required

Null while the test waits for the provider.

person_exists
boolean | null
required
roles
enum<string>[]
required

The roles that account would get.

Console roles, combinable.

Available options:
admin,
security,
integration,
review,
analysis,
vendor
status
enum<string>
required
Available options:
pending,
completed,
failed
test_id
string<uuid>
required