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