GET
/
api
/
v1
/
auth
/
context
Get auth context
curl --request GET \
  --url http://34.170.194.254:8000/api/v1/auth/context
{
  "subject": "<string>",
  "client_id": "<string>",
  "party_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "roles": [
    "<string>"
  ],
  "scopes": [
    "<string>"
  ],
  "auth_method": "<string>"
}

Headers

authorization
string | null

Optional bearer authorization header

Response

Auth context

Auth Context Response schema.

subject
string
required

Authenticated subject identifier

client_id
string
required

Client identifier

party_id
string<uuid>
required

Vault party identifier

roles
string[]
required

Resolved role grants

scopes
string[]
required

Resolved scope grants

auth_method
string
required

Authentication method used