Keycloak.Net
Keycloak.Net copied to clipboard
Unable to find a sample appsettings.json which is being used to run the Tests

Create appsettings.json and fill with:
{ "url": "http://localhost:8080", "realm": "your-realm", "username": "your-username", "password": "your-password" }
Change values accordingly yours.
Don't forget that your user on realm must be manager of that realm:

I put all roles just to try.