Kentor.AuthServices Example

FlexNet Manager Suite 2020 R2 (On-Premises)

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

<kentor.authServices 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/Kentor.AuthServices.Tests.pfx"/>
  </serviceCertificates> 
</kentor.authServices>

FlexNet Manager Suite (On-Premises)

2020 R2