No description
Find a file
phil 2c9b615ef0
Some checks failed
/ build (push) Failing after 9s
CI: specify pnpm version
2025-01-31 05:10:31 +01:00
.forgejo/workflows CI: specify pnpm version 2025-01-31 05:10:31 +01:00
public Move settings as dynamic json file; nice token info display 2025-01-31 03:12:36 +01:00
src Read ssl cert and key for https from .env file 2025-01-31 04:36:38 +01:00
.gitignore Read ssl cert and key for https from .env file 2025-01-31 04:36:38 +01:00
Containerfile Initial commit 2025-01-25 02:23:43 +01:00
example_settings.json Read ssl cert and key for https from .env file 2025-01-31 04:36:38 +01:00
index.html Add resource provider queries 2025-01-28 19:50:17 +01:00
package-lock.json Initial commit 2025-01-25 02:23:43 +01:00
package.json CI: build package 2025-01-31 05:04:58 +01:00
pnpm-lock.yaml Cleanup 2025-01-30 20:34:22 +01:00
README.md Initial commit 2025-01-25 02:23:43 +01:00
tsconfig.app.json Add resource provider queries 2025-01-28 19:50:17 +01:00
tsconfig.json Initial commit 2025-01-25 02:23:43 +01:00
tsconfig.node.json Read ssl cert and key for https from .env file 2025-01-31 04:36:38 +01:00
vite.config.ts Read ssl cert and key for https from .env file 2025-01-31 04:36:38 +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/