---
title: "Describe authentication context"
method: GET
path: "/user/auth-context"
---

# Describe authentication context

`GET /user/auth-context`

This API endpoint returns information about the current authentication context for the user that's used for various internal processes in Tower UI.

## Response `200`

OK

- DescribeAuthenticationContextBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `authentication_context` AuthenticationContext, required
    - `work_os_access_token` string, required — The WorkOS access token for SSO authentication.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/tower/apis/tower-api.md) · [All operations](https://skmtc.net/tower/apis/tower-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tower/tower-api/revisions/0e42b0fb26d9/schema)
