mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 01:15:08 +00:00
docs: fix config example for Azure SSO on k8s (#22070)
This commit is contained in:
parent
85b7328e95
commit
be2ed5ff62
@ -64,7 +64,9 @@ openmetadata:
|
||||
callbackUrl: "http://localhost:8585/callback"
|
||||
oidcConfiguration:
|
||||
oidcType: "azure"
|
||||
oidcConfiguration.enabled: true
|
||||
enabled: true
|
||||
tenant: "{Tenant ID}"
|
||||
scope: openid email profile offline_access
|
||||
clientId:
|
||||
secretRef: oidc-secrets
|
||||
secretKey: openmetadata-oidc-client-id
|
||||
|
Loading…
x
Reference in New Issue
Block a user