Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keycloakify/my-theme.keycloakify.dev
A test app for evaluating your Keycloak theme, similar to www.keycloak.org/app.
https://github.com/keycloakify/my-theme.keycloakify.dev
Last synced: about 1 month ago
JSON representation
A test app for evaluating your Keycloak theme, similar to www.keycloak.org/app.
- Host: GitHub
- URL: https://github.com/keycloakify/my-theme.keycloakify.dev
- Owner: keycloakify
- Created: 2024-05-20T01:01:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:04:14.000Z (3 months ago)
- Last Synced: 2024-10-16T16:22:46.698Z (3 months ago)
- Language: TypeScript
- Homepage: https://my-theme.keycloakify.dev/
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-theme.keycloakify.dev
Minimal web app to help you access your login and account pages on your local Keycloak instance.
This web app is similar to: https://keycloak.org/app/You are invited to access the deployment of this web app when you run
the following command in you [Keycloakify](https://www.keycloakify.dev) project:```bash
npx keycloakify start-keycloak
```This web app is using [oidc-spa](https://oidc-spa.dev/) to automatically redirect
you to your Keycloak login pages, it assumes that:- Your Keycloak instance is running on `http://localhost:8080`
- You have a realm named `myrealm`
- You have a client named `myclient` with:
- Valid redirect URIs: `https://my-theme.keycloakify.dev/*`, `http://localhost*` (localhost is if you are running this web app locally)
- Valid post logout redirect URIs: `https://my-theme.keycloakify.dev/*`, `http://localhost*`To learn more heads over to [the Keycloakify homepage](https://www.keycloakify.dev/).