mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-15 17:46:39 +00:00
GitBook: [#90] Typo Fixed - Prinicipal to Principal
This commit is contained in:
parent
ab6b90152c
commit
5b7fe5b634
@ -11,7 +11,7 @@ authenticationConfiguration:
|
||||
provider: "auth0"
|
||||
publicKey: "https://parth-panchal.us.auth0.com/.well-known/jwks.json"
|
||||
authority: "https://parth-panchal.us.auth0.com/"
|
||||
clientId: "{Client Secret}"
|
||||
clientId: "{Client Id}"
|
||||
callbackUrl: "http://localhost:8585/callback"
|
||||
```
|
||||
|
||||
@ -26,5 +26,5 @@ authorizerConfiguration:
|
||||
- "suresh"
|
||||
botPrincipals:
|
||||
- "ingestion-bot"
|
||||
prinicipalDomain: "open-metadata.org"
|
||||
principalDomain: "open-metadata.org"
|
||||
```
|
||||
|
||||
@ -9,7 +9,7 @@ authenticationConfiguration:
|
||||
provider: "okta"
|
||||
publicKey: "https://{okta_domain}/oauth2/default/v1/keys"
|
||||
authority: "{okta_domain}"
|
||||
clientId: "{Client Secret}"
|
||||
clientId: "{Client Id}"
|
||||
callbackUrl: "http://localhost:8585/callback"
|
||||
```
|
||||
|
||||
@ -24,5 +24,5 @@ authorizerConfiguration:
|
||||
- "suresh"
|
||||
botPrincipals:
|
||||
- "ingestion-bot"
|
||||
prinicipalDomain: "open-metadata.org"
|
||||
principalDomain: "open-metadata.org"
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user