Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: First published version

...

Add the following keys to the appSettings section in the Enterprise Tester web.config file.  Note: Values used within these appsettings will be available after completing the Okta configuration above.

 

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>"/>


5) Specify logout url

Do not add an Enterprise Tester URL here or users will be automatically logged back in to into Enterprise Tester.

The Okta applications page is a suggested url that could be added.

 

<add key="SAML.Logout"value="https://your_selected_logout_page"/>

 

 

SHA-256 XML Signature Support

...