Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These buttons will be hidden on the page by default so that it won't be displayed in the older app version. The buttons will be only displayed when if it finds `version=1` in query params. We can read this query parameter value in keycloak login theme javascript file and show these buttons. 

Query parameter name: The proposed name for query parameter is version so that if needed in future we can increase the version value and perform the additional logic as well as we can maintain backward compatibility if needed.

...

Note: As of now there is no way available in keycloak to read custom query parameter in .ftl file. 

E.g.

...