Skip to main content
Unary · Identity Gets an ID token for authenticating with other services. Use this method to:
  • Obtain authentication tokens for service-to-service calls
  • Access protected resources
  • Generate scoped access tokens

Examples

  • Get token for single service: Retrieves a token for authenticating with one service.
  • Get token for multiple services: Retrieves a token valid for multiple services.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.GetIDTokenRequest

Response

gitpod.v1.GetIDTokenResponse