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

[BUG] Access provider list is empty #24

Closed
1 task done
flo-mic opened this issue Nov 25, 2021 · 3 comments
Closed
1 task done

[BUG] Access provider list is empty #24

flo-mic opened this issue Nov 25, 2021 · 3 comments
Assignees
Labels
invalid This doesn't seem right wontfix This will not be worked on

Comments

@flo-mic
Copy link

flo-mic commented Nov 25, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I installed the extension on a new keycloak docker instance from jboss/keycloak

When i try to configure the extension i can not select an „Access Provider“ as the field shows no entries.

Expected Behavior

The Access Provider list should display the correct options

Steps To Reproduce

  1. Add the extension to a fresh keycloak instance
  2. Edit the extension
  3. The Access Provider field is empty

Version

- Keycloak: 15.0.2
- This extension: 15.1.0

Anything else?

No response

@flo-mic flo-mic added the bug Something isn't working label Nov 25, 2021
@sventorben
Copy link
Owner

Hey @flo-mic,
thanks for checking out the latest pre-release and reporting this issue.

This issue generally occurs if you install the extension by mounting/copying the jar to /opt/jboss/keycloak/standalone/deployments instead of /opt/jboss/keycloak/providers.
This has changed from version 15.0.0 to 15.1.0.

Please double check that you have mounted/copied the jar file to the correct location.

Thanks
Sven-Torben

@sventorben sventorben self-assigned this Nov 25, 2021
@flo-mic
Copy link
Author

flo-mic commented Nov 25, 2021

Thanks, this was my fault. It is working now.

@flo-mic flo-mic closed this as completed Nov 25, 2021
@sventorben sventorben added wontfix This will not be worked on invalid This doesn't seem right and removed bug Something isn't working labels Nov 25, 2021
@battosai30
Copy link

I had the same issue with Keycloak 16.1.0 and v16.0.0 of the plugin.

For the record (and Java/Keycloak noobs like me) :

mkdir KEYCLOAK_HOME/providers
cd providers
wget https://github.com/sventorben/keycloak-restrict-client-auth/releases/download/v16.0.0/keycloak-restrict-client-auth.jar

Of course, change KEYCLOAK_HOME to the root folder where Keycloak is installed, and change wget link to the package's version you need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants