🖇️ OpenID Connect (OIDC) Support

OpenID Connect (OIDC) is a simple identity layer on top of the OAuth 2.0 protocol. It allows clients to verify the identity of a user or an application based on the authentication performed by an Authorization Server. This will enable you to securely interact with 3rd party applications like your cloud provider. Now with env0, each deployment can have an integration with OIDC and provides an OIDC short-lived token (JWT) for you to authenticate to any other 3rd party application.

✨ Setup Up OIDC ✨

A JWT token could be available during deployment as an environment variable called ENV0_OIDC_TOKEN.
Organization admins can enable this feature by toggling the related checkbox which exists in the organization's policies tab.

To learn more read more here about this integration

🚧

For Self-Hosted Agents

If you'd like to enable this feature on your self-hosted agent, please update to the latest version.