GitBook: [#41] Fixing OpenMetadata server config for okta (#1383)

This commit is contained in:
parthp2107 2021-11-25 14:29:30 +05:30 committed by GitHub
parent 2389de1465
commit dc627bd1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
```