Configuring SAML IdP local-membership.config
Each SAML identity provider (IdP) must be added as an ASP.NET membership provider in the local-membership.config file.
- Navigate to the Ingeniux CMS installation's site folder (e.g., [Drive]:[path-to-site-root-folder]).
- Locate the local-membership.config file, and open it in a text editor.
- Create an
<add>
element for each SAML IdP as an ASP.NET membership provider. Configure the following attributes:Attribute Description @Name
Enter the SSO Provider Display Name. The system uses the name attribute as the provider name and label when selecting an authentication method from the Log in to menu on the CMS login page.
Additional InformationAs with any other provider configured for Ingeniux CMS, you can use the
@name
value as the@defaultProvider
value. Access this attribute in the top-level<membership>
element.If you configure the CMS with SAML as the only provider and as the
@defaultProvider
value, the system redirects the user to the SAML login page, automatically.@Type
Enter the type of provider. Example: Ingeniux.CMS.Models.SAMLProvider. @idpPartner
Enter the SAML configuration partner name value. The @idpPartner
attribute keys to the name of the partner attribute within your configured saml.config file. - Save changes to local-membership.config.ImportantIf you have not already done so,
configure saml.config to implement SAML. - Recycle the CMS application pool after deploying these changes,