Skip to content

Commit

Permalink
docs(demo):[#243] Add remark to OAuth2 authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Nov 27, 2023
1 parent 54d2830 commit cec48bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions local/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ python ess-demo.py \
--clientsecret "examplepass"
```

### Authentication

IRS is secured by OAuth2. This requires the user of this demo script to provide the token URL of the OAuth2 provider which is used by the IRS as well as a valid clientId and clientSecret.

For more information regarding IRS authentication, see: [Safety and security concepts](https://eclipse-tractusx.github.io/item-relationship-service/docs/arc42/full.html#_safety_and_security_concepts)

## Parameters

| Parameter | Example | Description |
Expand Down

0 comments on commit cec48bc

Please sign in to comment.