mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +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"
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user