Hi,

For theming the login for different clients within a realm, we are conditionally checking for the client ID in the freemarker templates and then accordingly including sub freemarker templates. This is working perfectly but the issue is for certain errors, such as "You took too long to login. Login process starting from beginning.", the clientid becomes null ( (sometimes).

Is there anything I can do from the freemarker template to identify the client id so I can then accordingly handle these errors?

Cheers
Travis



clientId=null