mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
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:
parent
b1fc83092a
commit
e6889081ad
@ -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 %}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user