Custom login page

I’ve implemented custom authorization for the Camunda webapps with Azure AD and everything works great outside of occasionally the user will be routed to the stock Camunda login page. Since Azure AD is handling authorization there is no login that will work and my attempts to automatically redirect if landed on that page have been unsuccessful. Is there a way I can customize the Camunda login page in anyway? I just want to remove the username and password field and change login button to my login endpoint.
Using Springboot Camunda 7.13.0

1 Like