You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(examples): small improvements for oidc example
- More modern syntax in compose file.
- Remove non-working links from readme.
- Use consistent container names (always ending in .example.com).
- Reduce output of test script.
Copy file name to clipboardExpand all lines: examples/oidc/README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,10 @@ This is example of an OIDC setup with James.
6
6
7
7
The API Gateway for example is [Apisix](https://apisix.apache.org/), we can use Apisix for websocket gateway, horizontal scaling, etc...
8
8
9
-
This [docker-compose](docker-compose.yml) will start the following services:
9
+
This [dockercompose](./compose.yaml) will start the following services:
10
10
11
11
- apisix: The image `linagora/apisix:3.2.0-debian-javaplugin` was created by Linagora. It based on `apisix:3.2.0-debian`, it already contain apisix plugin for
12
12
SLO (Single Logout) and rewrite the `X-User` header.
0 commit comments