No description
Find a file
phil eb15bc5e80
Some checks failed
/ build (push) Failing after 8s
Cosmetic
2025-02-01 01:19:13 +01:00
.forgejo/workflows CI: specify pnpm version 2025-01-31 05:10:31 +01:00
public Cosmetic 2025-02-01 01:19:13 +01:00
src Cosmetic 2025-02-01 01:19:13 +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 Set own package registry 2025-01-31 05:22:32 +01:00
pnpm-lock.yaml Cleanup 2025-01-30 20:34:22 +01:00
README.md Update README.md 2025-01-31 04:34:43 +00: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 Cosmetic 2025-02-01 01:19:13 +01:00

Test app for OIDC, OAuth2 - web app version written with Vue3

Small web app for experimenting a web app with a Keycloak auth server.

It is a sibbling of the server version (oidc-test)[philorg/oidc-fastapi-test], which acts also as a resource server.

Live demo: https://philo.ydns.eu/oidc-test-web:

  • configured with a test realm on a private Keycloak instance
  • 2 users are defined: foo (foofoo) and bar (barbar).

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 /oidc-test-web {
  reverse-proxy hostname.domainame:8874
}
redir /oidc-test-web /oidc-test-web/