GitBook: [#90] Typo Fixed - Prinicipal to Principal

This commit is contained in:
Ayush Shah 2022-01-21 05:26:24 +00:00 committed by gitbook-bot
parent ab6b90152c
commit 5b7fe5b634
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ authenticationConfiguration:
provider: "auth0" provider: "auth0"
publicKey: "https://parth-panchal.us.auth0.com/.well-known/jwks.json" publicKey: "https://parth-panchal.us.auth0.com/.well-known/jwks.json"
authority: "https://parth-panchal.us.auth0.com/" authority: "https://parth-panchal.us.auth0.com/"
clientId: "{Client Secret}" clientId: "{Client Id}"
callbackUrl: "http://localhost:8585/callback" callbackUrl: "http://localhost:8585/callback"
``` ```
@ -26,5 +26,5 @@ authorizerConfiguration:
- "suresh" - "suresh"
botPrincipals: botPrincipals:
- "ingestion-bot" - "ingestion-bot"
prinicipalDomain: "open-metadata.org" principalDomain: "open-metadata.org"
``` ```

View File

@ -9,7 +9,7 @@ authenticationConfiguration:
provider: "okta" provider: "okta"
publicKey: "https://{okta_domain}/oauth2/default/v1/keys" publicKey: "https://{okta_domain}/oauth2/default/v1/keys"
authority: "{okta_domain}" authority: "{okta_domain}"
clientId: "{Client Secret}" clientId: "{Client Id}"
callbackUrl: "http://localhost:8585/callback" callbackUrl: "http://localhost:8585/callback"
``` ```
@ -24,5 +24,5 @@ authorizerConfiguration:
- "suresh" - "suresh"
botPrincipals: botPrincipals:
- "ingestion-bot" - "ingestion-bot"
prinicipalDomain: "open-metadata.org" principalDomain: "open-metadata.org"
``` ```