Results 3 comments of Fabian Lee

I've recreated the same issue against 19.0.1 ``` ./kcadm.sh create groups -r myrealm -s name=mygroup ./kcadm.sh create groups -r myrealm -s name=engineers ./kcadm.sh create groups -r myrealm -s name=managers #...

The extra 'resource' query parameter required by ADFS can be specified in the app.config with the 'OIDC_EXTRA_REQUEST_AUTH_PARAMS' key. ``` app.config.update({ ... 'OIDC_EXTRA_REQUEST_AUTH_PARAMS': { 'resource': 'the-client-id' } })

Question: what version of Windows Server did you test this against?