Enable the Integration

You must perform the following tasks to enable the integration between Anthology Student and Student Verification.

Prerequisites

You must have access to access to Microsoft Azure Portal.

You must be familiar with Background for Integration with Student Verification.

Edit App Settings in Azure Portal

  1. In portal.azure.com/#Home, navigate to App Services.

  2. Locate and select the {environment-number}-sv-student-to-sv-{environment-code}-fa-1 Function App Service.
    For example, 900004-sv-student-to-sv-prod-fa-1.

    Funcation App

  3. Under Settings, select Configuration.

  4. Select the Application Settings tab.

  5. To Add or update the SVSettings:CampusFileCode Application Settings value:

    1. Select the SVSettings:CampusFileCode link. The Add/Edit application setting pop-up appears.

    2. campus file name

    3. In the Value field, add the ClosedCampus File Code Indicates the campus file code. You can assign a code representative of your institution. This field must reflect in Student Verification to ensure that the student import file is uploaded in Student Verification from Anthology Student with no errors..

    4. Select OK.

    To map the SVSettings:CNSSVDocumentStatusMapping Application Settings value:

    In Anthology Student:

    1. Navigate to ConfigurationContact ManagerDocument Statuses.

    2. Select the document status of the document status you want to map.

    3. Copy the ClosedCmDocStatusID Indicates the identification number displayed on the URL of the particular document when you edit an existing document status on the Document Statuses from Contact Manager under Configuration tile. from the URL of the document status (highlighted in the image below).

      CM doc status

    In Azure Portal:

    1. Select the SVSettings:CNSSVDocumentStatusMapping link. The Add/Edit application setting pop-up appears.

      CNS Doc Mapping

    2. In the Value field, copy the JSON string template below and paste it.

    3. Add or update the CmDocStatusID against the CNSDocumentStatusId field value. Ensure the JSON string is in a single line.

      JSON String Template for Document Status

      [{"SVDocumentStatusCode": "C","SVDocumentStatusDescrip": "Document Approved by Staff or Not Required by Staff","SVSystemDefined": "Yes","CNSDocumentStatusId": 46}]

      Example:

      The CmDocStatusID is 46. The JSON String displays the CNSDocumentStatusId as 46.

    4. Select OK.

View Automatically Enabled App Settings in Azure Portal

The Azure DevOps pipeline automatically enables the following App Settings in the Anthology Student Web.config file. You can view these App Settings in the Azure Portal.

App Setting: AzureServiceBus:ServiceBusCommunicationEnabled

  1. In portal.azure.com/#Home, navigate to App Services.

  2. Locate and select the {environment-number}sisclientweb App Service, for example, 900004sisclientweb.

  3. Under Settings, select Configuration.

  4. Locate and view AzureServiceBus:ServiceBusCommunicationEnabled App Setting.

    Service Bus Enabled

App Setting: StudentVerificationIntegrationEnabled

  1. In portal.azure.com/#Home, navigate to App Services.

  2. Locate and select the {environment-number}sisclientweb App Service, for example, 900004sisclientweb.

  3. Under Settings, select Configuration.

  4. Locate and view StudentVerificationIntegrationEnabled App Setting.

    Student Verification Integration Enabled

    If you want to disable the integration between Anthology Student and Student Verification, set the value for this App Setting to false.

App Setting: EnableODataAuthorization

  1. In portal.azure.com/#Home, navigate to App Services.

  2. Locate and select the {environment-number}sisclientweb App Service, for example, 900004sisclientweb.

  3. Under Settings, select Configuration.

  4. Locate and view the EnableODataAuthorization App Setting. By default, this field is set to true for environments higher than Anthology Student version 21.2.

    EnableODataAuthorization