Skip to content

Commit

Permalink
Update OpenID Connect documentation for studio.dvc.ai (#5273)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Jul 3, 2024
1 parent f0e256e commit 8e8c742
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/studio/user-guide/openid-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ instructions.
### Generic configuration details

- OpenID Connect Discovery URL:
https://studio.iterative.ai/api/.well-known/openid-configuration
https://studio.dvc.ai/api/.well-known/openid-configuration

- Subject claim format: `credentials:{owner}/{name}` where `{owner}` is the name
of the DVC Studio **user** or **team** owning the credentials, and `{name}` is
Expand Down Expand Up @@ -62,7 +62,7 @@ provider "aws" {
}
locals {
provider = "studio.iterative.ai/api"
provider = "studio.dvc.ai/api"
condition = "credentials:example-team/example-credentials"
}
Expand Down Expand Up @@ -137,7 +137,7 @@ provider "google" {
}
locals {
provider = "studio.iterative.ai/api"
provider = "studio.dvc.ai/api"
condition = "credentials:example-team/example-credentials"
}
Expand Down Expand Up @@ -226,7 +226,7 @@ provider "azurerm" {
}
locals {
provider = "studio.iterative.ai/api"
provider = "studio.dvc.ai/api"
condition = "credentials:example-team/example-credentials"
}
Expand Down

0 comments on commit 8e8c742

Please sign in to comment.