Custom Glyph in ServiceNow portal – Icon Link widget

Step1: You have to upload the image to image to the table db_image Step2: Clone the widget Icon Link Step3: Html code is as below <div> <!–// Top Icon –> <a ng-if=”::(options.link_template == ‘Glyph Icon’ || !options.link_template)” ng-href=”{{::data.href}}” class=”glyph_icon {{::options.class_name}}” target=”{{::data.target}}”> <div class=”m-b fa fa-{{::options.glyph}} fa-4x {{::options.class_name}} text-{{::options.color}}” align=”center” style=”margin-right: auto; margin-left: auto; display: block;”></div> <h4 style=”text-align: […]

LDAP integration vs. SSO ServiceNow what is the difference?

LDAP integration means that your Service-Now instance will pick up newly created Users from the Active Directory, either through Listener ports or through Scheduled Uploads, and when you authenticate yourself while Logging onto Service-Now, this authentication is happening from the AD.     SSO implemented means that you do not have to re-authenticate yourself when […]