Skip to main content
Version: 2.0

Session Service

This API is intended to manage sessions in a ZITADEL instance. Follow the guides on how to build your own Login UI and learn how to use the Session API.

Authentication​

Security Scheme Type:

oauth2

OAuth Flow (authorizationCode):

Token URL: $CUSTOM-DOMAIN/oauth/v2/token

Authorization URL: $CUSTOM-DOMAIN/oauth/v2/authorize

Scopes:

  • openid: openid

  • urn:zitadel:iam:org:project🆔zitadel:aud: urn:zitadel:iam:org:project🆔zitadel:aud

License

Apache 2.0