Threecolts Single Sign On (3C SSO) / Hemi UI / Top Nav Bar

Top Nav Bar

This is a tool provided by 3C to manage your accounts personally.

For this we need to add a few html tags to our templates.

//In the <head> tage we need these two lines
<link rel="stylesheet" href="https://stage-assets.threecolts.com/v2/vendor.css">
<link rel="stylesheet" href="https://stage-assets.threecolts.com/v2/main.css">

//Just after the <body> tag we need
<div id="threecolts_top_navbar"></div>

//And after the </body> tag we need
<script type="module" crossorigin="" src="https://stage-assets.threecolts.com/v2/threecolts-top-navbar.js?_=DOMAIN"> 

Where DOMAIN is our current domain of the machine

Is this article helpful?
0 0 0