Skip to content

Commit

Permalink
chore: add example that works for Auth0 FGA (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaguiarz committed Aug 18, 2023
2 parents 890d6dd + 6d7ff9d commit 023deb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,13 @@ For any command that interacts with an OpenFGA server, these configuration value
If you are authenticating with a shared secret, you should specify the API Token value. If you are authenticating using OAuth, you should specify the Client ID, Client Secret, API Audience and Token Issuer. For example:

```
# Note: This example is for Auth0 FGA
server-url: https://api.us1.fga.dev
client-id: 4Zb..UYjaHreLKOJuU8
client-secret: J3...2pBwiauD
api-audience: https://api.us1.fga.dev/
api-token-issuer: fga.us.auth0.com
store-id: 01H0H015178Y2V4CX10C2KGHF4
```

### Commands
Expand Down

0 comments on commit 023deb2

Please sign in to comment.