Skip to content

Commit

Permalink
Update node-js-sdk.md
Browse files Browse the repository at this point in the history
Add instructions on disabling OAuth.
  • Loading branch information
jwulf authored Jul 11, 2024
1 parent 83f5aa3 commit 123cf24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/apis-tools/node-js-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ If your installation does not have TLS on Zeebe:
export CAMUNDA_SECURE_CONNECTION=false
```

If you are using the "basic components" (no Identity), you need to disable OAuth:

```
export CAMUNDA_AUTH_STRATEGY='NONE'
```

### Camunda SaaS configuration

```bash
Expand Down

0 comments on commit 123cf24

Please sign in to comment.