Dear James, > I am trying to find a way to completely customize CAS login view Do you mean customize the *layout *(i.e. HTML, css, javascript), or do you mean customize the *login logic* (i.e. login using Database / LDAP / other mechamism...)?
If you want to customize layout: - try this: https://groups.google.com/a/apereo.org/d/msg/cas-user/k-yfoou7Zy0/r6ydWfdNDwAJ If you want to customize login logic: - You can either follow Ray advice so use https://apereo.github.io/cas/6.0.x/installation/Configuring-Custom-Authentication.html <https://www.google.com/url?q=https%3A%2F%2Fapereo.github.io%2Fcas%2F6.0.x%2Finstallation%2FConfiguring-Custom-Authentication.html&sa=D&sntz=1&usg=AFQjCNEz84by6E_5FB9kwuIHiEqzh7Mnig> . - Or.. You can try *delegate authentication* from your CAS to your other webpage https://apereo.github.io/cas/6.0.x/integration/Delegate-Authentication.html - So user can click on a button on your CAS to redirect from CAS to your QR code scanning webpage - After done, you send back some attribute to CAS via OAuth / SAML / other protocol, so CAS can login appropriately Would not recommend using CAS Rest authentication for your purpose, I have use CAS rest protocol before and that doesn't seems to do what you want. Cheers! - Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/61a862e6-f39b-4834-a784-60e5c9aabb37%40apereo.org.
