nikosev / mitreid-connect-themeegi

EGI-branded theme for MitreID Connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenConext-oidc-themeegi

EGI Check-In theme for OpenConext, which is implementation of a OpenID Connect server based on the MITREid Connect server

Install

To install the theme you must copy the changes were made in webapp directory

git clone https://github.com/EGI-Foundation/mitreid-connect-themeegi.git
cp -a <path to mitreid-connect-themeegi>/oidc-server <path to OpenConect-oidc>/oidc-server

Edit server-config.xml which is located in:

<path to OpenConect-oidc>/oidc-server/src/main/webapp/WEB-INF/server-config.xml

and add the property to override the old messages without losing them

<!-- This property sets the set of namespaces for language translation files. The default is "messages". These are checked in the order presented here. -->
<property name="languageNamespaces">
    <list>
        <value>theme</value>
        <value>custom</value>
        <value>messages</value>
    </list>
</property>

To modify or override the texts in .tag files edit the following file

<path to OpenConect-oidc>/oidc-server/src/main/webapp/resources/js/locale/en/theme.json

Note: If you have modified the files in your webapp directory, make sure to backup your changes and apply them to the corresponding files.

About

EGI-branded theme for MitreID Connect

License:Apache License 2.0


Languages

Language:CSS 71.5%Language:JavaScript 28.5%