is it possible (maybe via Maven Overlay camunda-webapp) to extend/override html pages from camunda-commons-ui?
I've added oAuth functionality agains our internal CAS Server and want to add some "SSO" Button to the Login page. Ive already read https://github.com/camunda/camunda-bpm-webapp/tree/master/webapp#overriding-a-plugins-resources-server-side but this seems only to work after loggin in into Cockpit.
I've already checked out https://github.com/camunda/camunda-commons-ui and edited lib/auth/page/login.html npm/grunt ran fine. But it feels wrong to change something there. I even dont know yet, how to reference my custom commons-ui in my webapp overlay.
Hopefully someone understands my problem. German is my mother language. Greets from Potsdam to Berlin ;)
I guess, this plugin point does not yet exist and you will sometimes implement this in commons-ui? It will be great to have the same features, like for cockpit plugins (overriding resources, ...)
Thanks anyways for your fast reply!
Ok, here is my feature request: Would you be so kind and add a plugin point for an interchangeable login provider. HelloJS [1] will be great feature to use this plugin point :).