// Module included in the following assemblies: // // * rosa_learning/creating_cluster_workshop/learning-getting-started-hcp-for-hcp.adoc :_mod-docs-content-type: PROCEDURE [id="learning-getting-started-oidc-config_{context}"] = Creating your OIDC configuration [role="_abstract"] In this workshop, we will use the automatic mode when creating the OIDC configuration. We will also store the OIDC ID as an environment variable for later use. The command uses the {rosa-cli} to create your cluster's unique OIDC configuration. .Procedure * Create the OIDC configuration by running the following command: + [source,terminal] ---- $ export OIDC_ID=$(rosa create oidc-config --mode auto --managed --yes -o json | jq -r '.id') ----