Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Nucleus Analyticsprovides easy and comprehensive data analytics for associations. With 7.0 Release, Aptify has provided made a provision for integrating with Nucleus Analytics software using OpenID Connect Single Sign-On (SSO).

A new application termed Nucleus Reporting is configured as a placeholder application in Aptify Web which is connecting to a sample Nucleus analytical dashboard using the SSO integration.
If you are interested in integrating your Aptify application with Nucleus, please contact Aptify Support.

Once an association with Aptify signs up for Nucleus offerings, they will need Associations interested in this offering needs to perform following configuration changes in Aptify application other than along with the instructions to be followed provided by Nucleus Analytics team.

Nucleus Integration function is setup for Aptify Web and not for Smart Client.

This document is divided into below sub-topics:

Table of Contents
minLevel3
maxLevel3
style
separator

Configuring OIDC at the backend to enable OIDC SSO Flow.

...

  • Aptify.framework.configuration.NucleusRequestUrl - mention the request URL to Nucleus. (Nucleus Team will provide this information)This information is provided by the Nucleus team.

  • Aptify.framework.configuration.NucleusServiceName - mention the service name for Nucleus application.

  • Aptify.framework.configuration.ShowNucleusBasicReportService - this key allows users to enable/disable call to the Nucleus application. Set this parameter to true to enable the Nucleus dashboard. Below screenshot shows the Nucleus dashboard.

    If this parameter is set to false, below message is displayed on the screen instead of the dashboard.

Front-end Settings to load the Nucleus URL in iFrame

Aptify website is protected by XSS security protocols, hence by default it blocks other domain resources.

  • Add the resources in the Web.config file under the Frontend folder, usually, present under “inetpub/wwwroot/Aptify”.

  • Add below settings if not already present.

    Image RemovedImage Added