Docs: oidcConfiguration.enabled Addition (#20778)

* Docs: oidcConfiguration.enabled Addition

* Docs: oidcConfiguration.enabled Addition

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
This commit is contained in:
Rounak Dhillon 2025-04-11 17:24:47 +05:30 committed by GitHub
parent b1fc83092a
commit e6889081ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -63,7 +63,8 @@ openmetadata:
clientId: "{Client ID}" # Update your Client ID
callbackUrl: "http://localhost:8585/callback"
oidcConfiguration:
oidcType: "azure"
oidcType: "azure"
oidcConfiguration.enabled: true
clientId:
secretRef: oidc-secrets
secretKey: openmetadata-oidc-client-id
@ -72,7 +73,7 @@ openmetadata:
secretKey: openmetadata-oidc-client-secret
discoveryUri: "https://login.microsoftonline.com/.well-known/openid-configuration"
callbackUrl: http://localhost:8585/callback
serverUrl: http://localhost:8585
serverUrl: http://localhost:8585
```
{% /codeWithLanguageSelector %}

View File

@ -63,7 +63,8 @@ openmetadata:
clientId: "{Client ID}" # Update your Client ID
callbackUrl: "http://localhost:8585/callback"
oidcConfiguration:
oidcType: "azure"
oidcType: "azure"
oidcConfiguration.enabled: true
clientId:
secretRef: oidc-secrets
secretKey: openmetadata-oidc-client-id