<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">The best ways to brand it is to use the CSS, messages files, and if necessary, some of the tag files. These can all be overridden with an overlay. The other main place is in the server-config.xml file, which points to the logo URL and the title of server.<div class=""><br class=""></div><div class="">To partially override the messages file, you can create a secondary language pack and load it ahead of the base locale. This is configured in the server-config.xml file. You can see how it works with the UMA server:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/blob/master/uma-server-webapp/src/main/webapp/WEB-INF/server-config.xml" class="">https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/blob/master/uma-server-webapp/src/main/webapp/WEB-INF/server-config.xml</a></div><div class=""><br class=""></div><div class="">Then create a namespace file next to the messages.json file:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/blob/master/uma-server-webapp/src/main/webapp/resources/js/locale/en/uma.json" class="">https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/blob/master/uma-server-webapp/src/main/webapp/resources/js/locale/en/uma.json</a></div><div class=""><br class=""></div><div class="">You can both override and extend the messages in these files.&nbsp;</div><div class=""><br class=""></div><div class="">&nbsp;— Justin</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 9, 2016, at 1:37 PM, Luiz Omori &lt;<a href="mailto:luiz.omori@duke.edu" class="">luiz.omori@duke.edu</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;" class="">
<div class="">
<div class="">
<div class="">Hi,</div>
<div class=""><br class="">
</div>
<div class="">I’ve searched around MitreID Wiki and Spring docs for information about branding but couldn’t find much info. Are there any guidelines for MitreID rebranding? I’ve seen the messages.json file for localization, obviously can play with the CSS, but is there
 more?</div>
<div class=""><br class="">
</div>
<div class="">And talking about it, the messages.json file also contains things like email addresses (e.g.&nbsp;<a href="mailto:idp@example.com" class="">idp@example.com</a>). Is there a way to replace only particular entries in there? Otherwise we will have to always merge them whenever we import a newer version.</div>
<div class=""><br class="">
</div>
<div class="">Regards,</div>
<div class="">Luiz</div>
<div class="">
<div id="MAC_OUTLOOK_SIGNATURE" class=""></div>
</div>
</div>
</div>
</div>

_______________________________________________<br class="">mitreid-connect mailing list<br class=""><a href="mailto:mitreid-connect@mit.edu" class="">mitreid-connect@mit.edu</a><br class="">http://mailman.mit.edu/mailman/listinfo/mitreid-connect<br class=""></div></blockquote></div><br class=""></div></body></html>