Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jans-keycloak-integration): various runtime issues with storage spi in keycloak #8199

Closed
uprightech opened this issue Apr 2, 2024 · 0 comments · Fixed by #8207
Closed
Assignees
Labels
kind-bug Issue or PR is a bug in existing functionality
Milestone

Comments

@uprightech
Copy link
Contributor

A couple issues prevent the use of the storage SPI.

  • Keycloak configuration issues. The plugin isn't properly configured when installed. It should be configured as a user federation
    provider for kc.
  • Configuration file issues. The file /opt/keycloak/conf/keycloak.conf does not contain the correct configuration parameters and parameter names for the plugin.
  • Configuration reading issues. The class PluginConfiguration.class does not contain the correct names for the parameters.
  • Binary compatibility issues. Some jars are missing and are causing user attribute fetching to fail. They're related to apache commons.
@uprightech uprightech added the kind-bug Issue or PR is a bug in existing functionality label Apr 2, 2024
@uprightech uprightech added this to the 1.1.1 milestone Apr 2, 2024
@uprightech uprightech self-assigned this Apr 2, 2024
uprightech added a commit that referenced this issue Apr 3, 2024
…8199

* modified configuration parameter names in `PluginConfiguration`

Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
uprightech added a commit that referenced this issue Apr 3, 2024
…pi in kc #8199

* fixes to how the scim oauth scopes are stored and fetched
* removed references to commons-lang 2 causing runtime errors

Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
moabu added a commit that referenced this issue Apr 17, 2024
…orage spi #8199 (#8207)

* fix(jans-keycloak-integration): runtime issues with storage-spi in kc #8199
* modified configuration parameter names in `PluginConfiguration`

Signed-off-by: Rolain Djeumen <uprightech@gmail.com>

* fix(jans-keycloak-integration): various runtime issues with storage spi in kc #8199
* fixes to how the scim oauth scopes are stored and fetched
* removed references to commons-lang 2 causing runtime errors

Signed-off-by: Rolain Djeumen <uprightech@gmail.com>

---------

Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
1 participant