-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10, 9.10, 10.10
-
Component/s: SAML
On this doc: https://doc.nuxeo.com/nxdoc/saml-20-authentication/
The ability to add a logo is present in the XML contribution. This does not work.
The login.jsp file adds a context variable to the URL of the logo. This context variable causes a failed lookup. In nuxeo source:
https://github.com/nuxeo/nuxeo/blob/ab881f7beb7fc2e9b087f7613a4f69b94d676643/nuxeo-services/nuxeo-platform-web-common/src/main/resources/web/nuxeo.war/login.jsp#L491
This context variable is set to /nuxeo within NCO deployments, so the generated file path for the logo is:
background-image:url('/nuxeonxserver/nuxeo.war/img/okta-logo.png')
The context variable should be removed in order for the logo to work.