Releases: TNG/keycloak-mock
Releases · TNG/keycloak-mock
v0.17.0
Bugfixes
- the logout endpoint now also supports POST requests (#173)
- requests to realms other than the default one are now supported again when not using the default context path
/auth
- when introducing support for different context paths, one hard-coded usage of
/auth
has been overlooked before
- when introducing support for different context paths, one hard-coded usage of
Removed functionality
- the endpoint
[/auth]/realms/:realm/protocol/openid-connect/delegated
has been removed- this functionality has been dropped in Keycloak with version 16, see keycloak/keycloak#9106
v0.16.0
New features
- it is now possible to set the token lifespan in ServerConfig, TokenConfig or via CLI option (thanks @Akvel for the idea and PR #150 )
- it is now possible to set the scopes of the token via CLI option
Changed behavior
To make it consistent with the rest of the API, default scopes defined in ServerConfig are now no longer appended to those in the TokenConfig. Instead, if scopes are defined in TokenConfig, they replace any default scopes defined in ServerConfig.