You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/integrations/oidc-pipelines.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ With OIDC, Codefresh pipelines can utilize short-lived ID tokens for authenticat
18
18
These ID tokens do not need to be stored and managed in Codefresh. See[OIDC ID tokens, standard & custom claims](#oidc-id-tokens-standard--custom-claims).
19
19
20
20
#####How do you set up OIDC for Codefresh pipelines?
21
-
The bulk of the process tosetup the OIDC ID token in Codefresh pipelines is on the cloud provider's platform.
21
+
The bulk of the process toset up the OIDC ID token in Codefresh pipelines is on the cloud provider's platform.
22
22
The setup requires configuring Codefresh as an OIDC provider, establishing the trust relationship, and defining the OIDC claims to enable secure authentication for the actions performed by the pipeline.
23
23
24
24
The specific steps vary depending on the cloud provider. Codefresh is cloud-provider agnostic, with the only requirement being that the cloud provider supports OIDC. For detailed instructions, please refer to the documentation of your preferred cloud provider.