lvermeulen / Keycloak.Net

C# client for Keycloak 6.x
MIT License
203 stars 120 forks source link

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

Open pankyopkey opened 3 years ago

pankyopkey commented 3 years ago

image

rLapolli commented 3 years ago

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.