Download HTTPS-Certificate from OKTA Server - 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
  1. Know your target for accessing OPEN_ID Login Server / Rest URL.

    Typically it’s like .

    https://your-OKTA-server-url/.well-known/openid-configuration

    Check developer documentation for more details:

    https://developer.okta.com/code/rest/

  2. Test it with a "REST Client in browser" (for example, YARC! Extentions in Chrome) or open URL in Browser.

    Output of this URL should be a JSON Document which contains all needed OpenID Specification information.

    The picture below shows an example.

    OpenID01

  3. Download the certificate from OKTA-Server for HTTPS communication.

    OpenID02

  4. Select the Certificate on top.

    OpenID03

  5. Click View Certificate.

  6. Click Copy to file.

  7. Follow the Wizard to download the certificate as BASE-64 encoded X.509 (.CER) to your server.