Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).