Keycloak.Net icon indicating copy to clipboard operation
Keycloak.Net copied to clipboard

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

Open pankyopkey opened this issue 4 years ago • 1 comments

image

pankyopkey avatar Jun 14 '21 10:06 pankyopkey

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.

rLapolli avatar Jun 22 '21 03:06 rLapolli