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

Add application fetching from Keycloak #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add application fetching from Keycloak #3

wants to merge 3 commits into from

Conversation

thcrt
Copy link
Owner

@thcrt thcrt commented Dec 6, 2024

This PR exists to track the progress of Keycloak integration, on the request of @4censord. It would resolve #1.

Current status:

The feature has been written, but it's a bit suboptimal. Right now, it checks for the applications ('Clients') a user has already signed into (listed as 'Consents').

This has the major downside that services that the user has not yet signed into will not be visible.

If there is a way to get all Clients a user has permission to access, it's not immediately apparent to me.

To do:

  • Update documentation
  • Test with other Keycloak instances
  • Check whether there's a better API endpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keycloak support
1 participant