Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: adding support for attributes in keycloak_client#360

Merged
treydock merged 1 commit into
treydock:masterfrom
roock:client_attributes
May 6, 2026
Merged

feat: adding support for attributes in keycloak_client#360
treydock merged 1 commit into
treydock:masterfrom
roock:client_attributes

Conversation

@roock

@roock roock commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

This allows to set the attributes inside the keycloak_client, e.g. additional authentication mechanisms like oauth2 device authorization.

  "attributes": {
    "realm_client": "false",
    "oidc.ciba.grant.enabled": "false",
    "backchannel.logout.session.required": "true",
    "standard.token.exchange.enabled": "false",
    "display.on.consent.screen": "false",
    "oauth2.device.authorization.grant.enabled": "true",
    "backchannel.logout.revoke.offline.tokens": "false"
  },

@treydock treydock merged commit f475974 into treydock:master May 6, 2026
10 checks passed
@treydock

treydock commented May 6, 2026

Copy link
Copy Markdown
Owner

Released as v14.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants