Skip to content

Commit

Permalink
docs: Link Seller OIDC config to login CSS selectors config (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehesluke authored Mar 8, 2024
1 parent 405a3e7 commit b9b316d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ Example:
},
```

In order for Test Suite to be able to log in to your OpenID Connect Provider, you'll need to also configure `broker.loginPagesSelectors` (see [Broker Microservice Configuration](./packages/openactive-broker-microservice/README.md#loginpagesselectors)).

#### Request Headers

Just a set of request HTTP headers which will be used to make booking requests. There are no restrictions on the `requestHeaders` that can be specified.
Expand Down
2 changes: 1 addition & 1 deletion packages/openactive-broker-microservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ These selectors would work for a login page whose HTML looks like:
<input type="submit" class="btn-primary" value="Submit" />
```

**Context**: For Sellers which use OpenID Connect for authorization, Broker needs to acquire these Sellers' tokens in order to authenticate as each of these Sellers. Broker does this by going through [Authorization Code Flow](https://oauth.net/2/grant-types/authorization-code/), loading the Booking System's login page in a headless browser and entering username/password details therein.
**Context**: For Sellers which use OpenID Connect for authorization (see [Sellers Authentication Configuration](../../README.md#openid-connect) to see how this is configured), Broker needs to acquire these Sellers' tokens in order to authenticate as each of these Sellers. Broker does this by going through [Authorization Code Flow](https://oauth.net/2/grant-types/authorization-code/), loading the Booking System's login page in a headless browser and entering username/password details therein.

### `opportunityFeedRequestHeaders`

Expand Down

0 comments on commit b9b316d

Please sign in to comment.