silentpartnersoftware/Keycloak.Net

Create client-scope dont set "display on consent screen"

Closed this issue · 0 comments

When create a new client-scope, cannot set "display on consent screen" to false.

Keycloak version: 21.0.1

the client-scope attributes can't be sealized correctly. For example, the property "DisplayOnConsentScreen" has been serialized "displayonconsentscreen" but need to be serialized as "display.on.consent.screen"

image

I had been tested this change with postman successful