Enable OpenID Login - Intergraph Smart Materials - Version 10.2 - Installation & Upgrade - Hexagon

Intergraph Smart Materials Installation (10.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
10.2

OpenID (open identification) is a decentralized authentication system for web-based services. It allows a user who has logged on to his OpenID provider once with a user name and password, using the OpenID without a user name and password to register to all applications that support OpenID, following the single sign-on principle.

To enable OpenID Login for Smart Materials, Smart Materials Web must be installed including configuration of OpenID. For more information see OpenID Configuration.

Ensure that the DBA setting OPEN_ID_LOGIN is set to Y and SINGLE_SIGN_ON is set to ON. For more information, see OPEN_ID_LOGIN and SINGLE_SIGN_ON.

To get the URL to be used for Smart Materials OpenID login, do the following:

  1. Open a Command Prompt window.

  2. Launch SQL*Plus and connect as M_SYS to your Smart Materials database.

  3. Perform this statement:

    select m_pck_dba_settings.get_value('BI_REPORT_URL') || ':LOGIN::OPENIDWPF::::' from dual;

    This should show the Smart Materials Web URL appended with parameters :LOGIN::OPENIDWPF::::.

    For example:

    https://<smat_web_server>:8080/db101/f?p=101:LOGIN::OPENIDWPF::::

  4. Use this url in a web browser to launch Smart Materials.