Enterprise Tester and Okta

Enterprise Tester is a SAML 2.0 enabled application within OKTA.

Okta is an enterprise-grade, identity management service, built for the cloud, but compatible with many on-premises applications. With Okta, IT can manage any employee's access to any application or device. Okta runs in the cloud, on a secure, reliable, extensively audited platform, which integrates deeply with on-premises applications, directories, and identity management systems.

https://www.okta.com/


Configuring Okta

1) In Okta, create Enterprise Tester integration using SAML 2.0.



2) In Okta the SAML General Settings need to contain the following.




3) Make sure you record IDP information when selecting the "View Setup Instructions".




Configuring Enterprise Tester to use Okta

Add the following keys to the appSettings section in the Enterprise Tester web.config file.

Note: The values used in these appsettings will be available after completing the Okta configuration above.

 

  • IDP
  • IDP SSO URL
  • X.509 Certificate


1) Enable SAML Support


<add key="SAML.Enabled" value="true" />


2) IDP Issuer


<add key="SAML.Issuer"value="<IDP Issuer>"/>


3) IDP SSO URL


<add key="SAML.IDP"value="<IDP SSO URL>"/>


4) X.509 Certificate


<add key="SAML.Certificate"value="<X.509 Certificate>"/>


SHA-256 XML Signature Support

SAML 2.0 uses the SHA-256 encryption protocol if this is not enabled on your server you will need to enable it.

  • No labels