Initial commit
This commit is contained in:
commit
80f742675a
12 changed files with 5508 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Test app for OIDC, OAuth2 - pure web client version written with Vue3
|
||||
|
||||
Small web app for experimenting a web app with a Keycloak auth server.
|
||||
|
||||
## Deployment
|
||||
|
||||
In a container:
|
||||
|
||||
```sh
|
||||
pnpm run build --base oidc-test-web
|
||||
podman run -it --rm -p 8874:80 -v ./dist:/usr/share/nginx/html/oidc-test-web docker.io/nginx:alpine
|
||||
```
|
||||
|
||||
## Frontend
|
||||
|
||||
```Caddyfile
|
||||
handle /iodc-test-web {
|
||||
reverse-proxy hostname.domainame:8874
|
||||
}
|
||||
redir /oidc-test-web /oidc-test-web/
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue