lvermeulen/Keycloak.Net

Unable to find a sample appsettings.json which is being used to run the Tests

Opened this issue · 1 comments

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:
image

I put all roles just to try.