---
descriptions:
  workos_connect_id_token:
    iss: |
      The issuer of the JWT, your AuthKit domain (`https://authkit_domain`).
    aud: |
      The client ID of the WorkOS Connect Application.
    sub: (user.id)
    name: |
      The full name of the user. Available with the `profile` claim.
    given_name: |
      The first name of the user. Available with the `profile` claim.
    family_name: |
      The surname of the user. Available with the `profile` claim.
    email: |
      The user’s email address. Available with the `email` claim.
    email_verified: >
      Whether the user’s email address is verified. Available with the `email`
      claim.
    exp: >
      The token should not be trusted after this time. The timestamp is the
      number of seconds since epoch.
    iat: >
      The token was issued at this time. The timestamp is the number of seconds
      since epoch.
originalPath: .tmp-workos-clone/packages/docs/content/reference/workos-connect/index.mdx
---

# WorkOS Connect

WorkOS Connect is a unified interface that simplifies authentication and authorization across customers, partners, and external SaaS tools.

Read more about [how Connect integrates with AuthKit here](/authkit/connect).
