silentpartnersoftware / Keycloak.Net

C# client for Keycloak version 17+
MIT License
51 stars 31 forks source link

Add missing endpoint and property #9

Closed campbellwray closed 1 year ago

campbellwray commented 1 year ago

I have made the following changes:

  1. Added a GetUserCredentialsAsync for GET /{realm}/users/{id}/credentials - https://www.keycloak.org/docs-api/20.0.3/rest-api/index.html#_credentials
  2. Added the exact parameter to the GetUsersAsync request - https://www.keycloak.org/docs-api/20.0.3/rest-api/index.html#_getusers

The PR change is quite small as these were the only changes that I needed to make the project work for my needs, but I can round it out a bit if there are other changes that are desired

campbellwray commented 1 year ago

@AnderssonPeter I just realised that you were not added as a default reviewer on this PR, so I am tagging you for visibility.

Apologies if you were already notified and this is causing you to receive additional emails