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

feat: add support for resource server settings endpoint #421

Merged
merged 3 commits into from
May 4, 2023

Conversation

Ullaakut
Copy link
Contributor

@Ullaakut Ullaakut commented May 3, 2023

Goal of this PR

Fixes #420

How to test it

I believe the unit test should work? I wasn't able to make the tests run properly on my machine, since I assume they require a clean local keycloak install to function.

@Nerzal
Copy link
Owner

Nerzal commented May 4, 2023

I guess we have to update the readme for testing.
Some time ago i changed the way how to run the tests.

You can use the makefile to start a keycloak instance in a docker container. Then you can start the tests

Copy link
Owner

@Nerzal Nerzal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, tests pass. Thank you for the contribution!

@Nerzal Nerzal merged commit 640934d into Nerzal:main May 4, 2023
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.

Support for GET /realms/{realm}/clients/{client-id}/authz/resource-server/settings
2 participants