Download HTTPS-Certificate from OKTA Server - Intergraph Smart Materials - 10.6 - Installation & Upgrade - Hexagon

Intergraph Smart Materials Web Installation (10.6)

ft:locale
en-US
Product
Intergraph Smart Materials
Subproduct
Web
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
10.6
  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.