Dmitriy Kononov
Dmitriy Kononov
BTW I use compiled jar file in my project and it works fine ;)
As a quick fix use: `gocloak.NewClient("some-base-path", gocloak.SetAuthRealms("realms"), gocloak.SetAuthAdminRealms("admin/realms"))`
Default path for v16 is `/auth/...` Default path for v17 is `/...`
@sledigabel it should work if you store users in the AWS and provide aws keys to each of the users. But it will not work if you use keycloak (as...