-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
area/adapter/javascriptkind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/blockerHighest Priority. Has a deadline and it blocks other tasksHighest Priority. Has a deadline and it blocks other tasksrelease/26.0.1team/core-clients
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
adapter/javascript
Describe the bug
Registering using keycloak-js is broken because of incorrect redirectUri after updating to v26. The docs clearly indicate to await createRegisterUrl function but keycloak-js doesn't.
Definition:
keycloak/js/libs/keycloak-js/lib/keycloak.js
Line 510 in 0a1f28c
| kc.createRegisterUrl = async function(options) { |
Usage:
keycloak/js/libs/keycloak-js/lib/keycloak.js
Line 1333 in 0a1f28c
| window.location.assign(kc.createRegisterUrl(options)); |
Version
26.0.0
Regression
- The issue is a regression
Expected behavior
Register should work
Actual behavior
Register doesn't work
How to Reproduce?
Register
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area/adapter/javascriptkind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/blockerHighest Priority. Has a deadline and it blocks other tasksHighest Priority. Has a deadline and it blocks other tasksrelease/26.0.1team/core-clients