mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-09 05:56:17 +00:00
GitBook: [#41] Fixing OpenMetadata server config for okta
This commit is contained in:
parent
6400cc65c0
commit
d87fa27ccb
@ -6,9 +6,9 @@
|
||||
|
||||
```
|
||||
authenticationConfiguration:
|
||||
provider: "google"
|
||||
publicKey: "https://www.googleapis.com/oauth2/v3/certs"
|
||||
authority: "https://accounts.google.com"
|
||||
provider: "okta"
|
||||
publicKey: "https://{okta_domain}/oauth2/default/v1/keys"
|
||||
authority: "{okta_domain}"
|
||||
clientId: "{Client Secret}"
|
||||
callbackUrl: "http://localhost:8585/callback"
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user