No description
Find a file
2025-01-26 03:52:08 +01:00
src Add roles, logout, cleanup 2025-01-26 03:52:08 +01:00
.gitignore Initial commit 2025-01-25 02:23:43 +01:00
Containerfile Initial commit 2025-01-25 02:23:43 +01:00
index.html Add roles, logout, cleanup 2025-01-26 03:52:08 +01:00
package-lock.json Initial commit 2025-01-25 02:23:43 +01:00
package.json Add missing keyclock-js dependency 2025-01-25 18:58:42 +01:00
pnpm-lock.yaml Add missing keyclock-js dependency 2025-01-25 18:58:42 +01:00
README.md Initial commit 2025-01-25 02:23:43 +01:00
tsconfig.app.json Initial commit 2025-01-25 02:23:43 +01:00
tsconfig.json Initial commit 2025-01-25 02:23:43 +01:00
tsconfig.node.json Add missing tsconfig.node.json 2025-01-25 18:31:30 +01:00
vite.config.ts Add roles, logout, cleanup 2025-01-26 03:52:08 +01:00

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:

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

handle /iodc-test-web {
  reverse-proxy hostname.domainame:8874
}
redir /oidc-test-web /oidc-test-web/