Sustainsys.Saml2 Example

FlexNet Manager Suite 2022 R1 (On-Premises)

An example of the values entered into the Sustainsys.Saml2 section of the web.config file, when using the identity provider Okta:

<Sustainsys.Saml2 entityId="http://localhost:62500/AuthServices" 
  returnUrl="http://localhost:62500/" 
  authenticateRequestSigningBehavior="Always">
  <identityProviders>
   <add entityId="http://www.okta.com/exk8cq8c02Kg1OVRl0h7"
    signOnUrl="https://dev-271049.oktapreview.com/app/flexerasoftwaredev717079_markslocalfnms_1/exk8cq8c02Kg1OVRl0h7/sso/saml/"
    allowUnsolicitedAuthnResponse="true" 
    binding="HttpRedirect"
    loadMetadata="true"
    metadataLocation="https://dev-271049.oktapreview.com/app/exk8cq8c02Kg1OVRl0h7/sso/saml/metadata">
    <signingCertificate fileName="~/App_Data/okta.cert"/>
   </add>
  </identityProviders>
  <serviceCertificates>
    <add fileName="~/App_Data/Sustainsys.Saml2.Tests.pfx"/>
  </serviceCertificates> 
</Sustainsys.Saml2>

FlexNet Manager Suite (On-Premises)

2022 R1