Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

AnchortopicColstopicCols
Anchorconfiguring-the-empowerid-web-server-for-sslconfiguring-the-empowerid-web-server-for-ssl
Div

Home / Installation and Configuration GuideConfiguring EmpowerID / Current: Configuring the EmpowerID Web Server for SSL


Because EmpowerID is a fully federated SSO, communication between EmpowerID and the Web Server is secure and occurs over SSL. This requires that the EmpowerID Web Server have a certificate issued by a trusted CA that matches the DNS of the server hosting the EmpowerID Web Service before any user can log in to EmpowerID from either the EmpowerID Management Console, Workflow Studio, or the EmpowerID Web application. In this topic we demonstrate how to configure the EmpowerID Web Server for SSL by adding a self-signed certificate to the EmpowerID Web site.



Self
Note

Use self-signed certificates

should

only

be used

for testing purposes or in situations where the EmpowerID server is not accessed publicly by computers outside of an internal domain. For public-facing production servers (accessed by non-domain computers),

you should

use a certificate issued by a widely trusted CA.

Anchorto-configure-the-empowerid-web-server-for-ssl

to-configure-the-empowerid-web-server-for-ssl


To configure the EmpowerID Web server for SSL

  1. From the EmpowerID web server, open IIS Manager.
  2. In IIS Manager, select the EmpowerID server from the Connections pane and then double-click the Server Certificates icon under the IIS grouping in the Workspace pane.

    Image Added

  3. From the Actions pane, click Create Self-Signed Certificate.

    Image Added

  4. In the Create Self-Signed Certificate window that appears, specify a friendly name for the certificate and then click OK.

    Image Added

  5. From the Connections pane, select Default Web Site and then click Bindings in the Actions pane.

    Image Added

  6. In the Site Bindings window that appears, click the Add button.

    Image Added

  7. In the Add Site Binding window that appears, select https from the Type drop-down and then the certificate you just created from the SSL certificate drop-down so that the window looks similar to the following image.

    Image Added

  8. Click OK to close the Add Site Binding window.
  9. Click Close to close the Site Bindings window.



Info
iconfalse
titleRelated Content