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 Note: The values Values used in 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.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 Enterprise Tester.

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

 

 

SHA-256 XML Signature Support

...