Skip to content

Commit

Permalink
fix(docs): fixing miscellaneous docs (datahub-project#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Jul 16, 2021
1 parent ae014bf commit cc65b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/how/auth/sso/configure-oidc-react-google.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ AUTH_OIDC_CLIENT_ID=your-client-id
AUTH_OIDC_CLIENT_SECRET=your-client-secret
AUTH_OIDC_DISCOVERY_URI=https://accounts.google.com/.well-known/openid-configuration
AUTH_OIDC_BASE_URL=your-datahub-url
AUTH_OIDC_SCOPE="openid email"
AUTH_OIDC_USER_NAME_CLAIM=email
AUTH_OIDC_USER_NAME_CLAIM_REGEX=([^@]+)
```
Expand Down
2 changes: 1 addition & 1 deletion docs/modeling/metadata-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ urn of the entity to retrieve.
For example, to fetch a Chart entity, we can use the following CURL:

```
curl --location --request GET 'http://localhost:8080/entities?action=get&urn=urn:li:chart:customers
curl --location --request GET 'http://localhost:8080/entities/urn%3Ali%3Achart%3Acustomers
```

As you'll notice, we perform the lookup using the url-encoded *Urn* associated with an entity.
Expand Down

0 comments on commit cc65b4c

Please sign in to comment.