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
Identity-aware proxy based on NGINX, OpenResty and [lua-resty-openidc](https://github.com/zmartzone/lua-resty-openidc).
3
3
4
-
## IDP
5
-
Create an OpenID Connect Client in your IDP using the following information:
6
-
- Client Name: IPAx
7
-
- Scopes: profile, openid
8
-
- Grant Types: authorization_code
9
-
- Redirect URIs: Include values like: "https://myapp.identicum.com/private/redirect_uri" (suffix is handled by `lua-resty-openidc`, can be adjusted using the `OIDC_REDIRECT_URI` environment variable)
4
+
## Execution mode
5
+
IPAx can be used as:
10
6
11
-
## Configuration files
12
-
Samples are provided in the [conf.samples](./conf.samples/) folder.
13
-
Customize your files and put them into your local `./conf.d/` directory.
7
+
### proxy
14
8
15
-
##Run the container
9
+
### demoapp (single)
16
10
17
-
Run the image, mounting a local directory for configuration:
0 commit comments