The CAS 5.3.x branch includes Bootstrap v4.1.0. We're running into an issue in our installation with the embedded browser in Microsoft Word. This manifests itself when a user attempts to open a document from SharePoint in the desktop version of Word. Our SharePoint installation is behind CAS (actually behind Shibboleth, which defers authentication to CAS). Word launches a built-in browser window, which must be based on some very old version of IE, in order to display the CAS login page. When it does so, it throws an error: Object.keys: argument is not an Object.
[image: image.png] https://imgur.com/HpqY29p >From what I've been able to determine, this is an issue in Bootstrap v4.1.0. See this issue on the Bootstrap repo: https://github.com/twbs/bootstrap/issues/26320 The CAS 6.0.x branch seems to use Bootstrap v.4.1.3 <https://github.com/apereo/cas/blob/6.0.x/gradle.properties#L296>, and master was auto-updated to v4.3.1 <https://github.com/apereo/cas/pull/3865>. How can we get Bootstrap upgraded on the 5.3.x branch? Barring that, is there any way to do this in our own overlay? Thanks, Graham. – Graham Ballantyne Senior Systems Engineer | IT Services Simon Fraser University | Strand Hall 1001 8888 University Dr., Burnaby, B.C. V5A 1S6 604-837-6698 -- - 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/087c47a9-8227-4de4-862f-f770c732cf5e%40apereo.org.
