docs: fix config example for Azure SSO on k8s (#22070)

This commit is contained in:
Chris Alfano 2025-07-08 07:07:11 -04:00 committed by GitHub
parent 85b7328e95
commit be2ed5ff62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,9 @@ openmetadata:
callbackUrl: "http://localhost:8585/callback" callbackUrl: "http://localhost:8585/callback"
oidcConfiguration: oidcConfiguration:
oidcType: "azure" oidcType: "azure"
oidcConfiguration.enabled: true enabled: true
tenant: "{Tenant ID}"
scope: openid email profile offline_access
clientId: clientId:
secretRef: oidc-secrets secretRef: oidc-secrets
secretKey: openmetadata-oidc-client-id secretKey: openmetadata-oidc-client-id