dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
341 stars 53 forks source link

Make lightweight access_token of admin-cli disableable #154

Closed dasniko closed 4 weeks ago

dasniko commented 4 weeks ago

Description

The access_token obtained by the admin-cli client is now (KC26) a lightweight access_token by default. This makes it harder in some circumstances to use the admin-cli client as an easy, ootb available direct access grant client, to be used and to test some features.

Thus, a method to be able to disable the lightweight access_token would be a good fit.

Motivation

No response

Details

No response