In new version /auth/ was removed from path, therefore we should add proxy routes
Newer version of Keycloak should be supported parallel to elder ones. This Feature MUST be implemented by adding new routes with URLs without auth handling by the same Handlers.
In new version
/auth/
was removed from path, therefore we should add proxy routes Newer version ofKeycloak
should be supported parallel to elder ones. This Feature MUST be implemented by adding new routes with URLs withoutauth
handling by the same Handlers.