> ## Documentation Index
> Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Easy OIDC Authentication Integration

> Configure OIDC credentials in env zero without storing sensitive data, then assign them to projects to generate short-lived tokens automatically per deployment.

Usually to authorize yourself in a deployment in env0 you will need to create a deployment credential and assign that credential to the relevant project. That requires keeping long lived credentials in env0.
To avoid that you can use OIDC credentials which are being generated per deployment so you can use short lived credentials. Now you can use OIDC credentials directly by creating an OIDC credential (which requires no sensitive data) and assign that credential to a project and all the setup for the deployment will be done.
You will still need to configure the OIDC provider (AWS, Azure, GCP, Vault etc).
Read more about it [here](/guides/integrations/oidc-integrations)
