keycloak-nodejs-connect icon indicating copy to clipboard operation
keycloak-nodejs-connect copied to clipboard

Results 78 keycloak-nodejs-connect issues
Sort by recently updated
recently updated
newest added

### Description It would be a good idea to add a callback for the error page on the Keycloak middleware. For example, the middleware setup could look like this and...

kind/feature
status/triage

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.6.0 to 4.4.0. Release notes Sourced from selenium-webdriver's releases. Selenium 4.4.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in...

area/dependencies

### Describe the bug The `KeycloakConfig` typedef is defined here: https://github.com/keycloak/keycloak-nodejs-connect/blob/cc4bb724fd3fd3fc153283d54f5868303b33418c/keycloak.d.ts#L20 However in Keycloak 18, the config JSON is being generated as such: ![image](https://user-images.githubusercontent.com/1319049/184504985-56136d82-3eee-46b2-bf76-c8420718f0b0.png) Providing the `public-client` parameter to the...

kind/bug
status/triage

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.9 to 3.2.10. Release notes Sourced from node-fetch's releases. v3.2.10 3.2.10 (2022-07-31) Bug Fixes ReDoS referrer (#1611) (2880238) Commits 2880238 fix: ReDoS referrer (#1611) See full diff...

area/dependencies

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 103.0.0 to 104.0.0. Commits 34b1eaf Bump version to 104.0.0 4a2083b Fix build link in readme See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chromedriver&package-manager=npm_and_yarn&previous-version=103.0.0&new-version=104.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger...

area/dependencies

Bumps [@keycloak/keycloak-admin-client](https://github.com/keycloak/keycloak-nodejs-admin-client) from 18.0.2 to 19.0.1. Commits a6b56a2 Set version to 19.0.1 14774ab 19.0.0-dev.21 ab4dd67 Bump ts-node from 10.8.2 to 10.9.1 863c24d 19.0.0-dev.20 08a6b89 Bump @​types/node from 18.0.6 to 18.6.1...

area/dependencies

Reviving the following old PR as I'm hitting the same issue: https://github.com/keycloak/keycloak-nodejs-connect/pull/97 https://issues.redhat.com/browse/KEYCLOAK-5771?workflowName=GIT+Pull+Request+workflow+&stepId=4 I need to use an async GuardFn for my application. I tested with a simple setTimeout method:...

### Describe the bug After starting the docker image and adding the realm via the import button and uploading `nodejs-example-realm.json`, I can login but I cannot access the protected route...

kind/bug
status/triage

### Description ### Function postAuth can't redirect to full cleanUrl. Because we have an app name after the hostname and current version redirect with error. _Our url:_ _http://host-name/app-name/path_ _Redirect url...

kind/feature
status/triage