Keycloak 25.0.0 introduced the change described below that caused user_mgmt unit tests to fail authentication because keycloak would send tokens without the 'sub' claim. This patch to user_mgmt_app() should fix that.
NEW DEFAULT CLIENT SCOPE BASIC
The new client scope named basic is added as a realm "default" client scope and hence will be added to all newly created OIDC clients. The client scope is also automatically added to all existing OIDC clients during migration.
This scope contains preconfigured protocol mappers for the following claims:
sub (See the details below in the dedicated section)
Keycloak 25.0.0 introduced the change described below that caused user_mgmt unit tests to fail authentication because keycloak would send tokens without the 'sub' claim. This patch to user_mgmt_app() should fix that.
NEW DEFAULT CLIENT SCOPE BASIC The new client scope named basic is added as a realm "default" client scope and hence will be added to all newly created OIDC clients. The client scope is also automatically added to all existing OIDC clients during migration.
This scope contains preconfigured protocol mappers for the following claims: