Government Source Selection Overview
Government Source Selection Support and Release History
GSS 1.7 Release Notes
What is Government Source Selection
GSS Features
Installing GSS
Setting up GSS
Setting Up Microsoft Office 365
Setting up Azure OpenAI
Setting up SAM.gov Integration
Overview
Solutions Hub Installation Guide
Solutions Hub User Guide
Home Page Overview
Creating a New Evaluation
Creating a New Consensus
Managing Evaluations
Accessing Source Selection Settings Site
Configuring Tasks
Configuring Phases
Configuring Approaches
Modifying Ratings
Modifying Document Templates in GSS
Modifying Dropdown Lists in GSS
Modifying UI Text in GSS
Modifying SAM.GOV
Groups Reference Page
Modifying Reference Data Tables
Data Relationships
Setting Up Microsoft Office 365
Share
This content applies solely to Government Source Selection, which must be purchased separately from the Appian base platform. This content was written for Appian 23.4 and may not reflect the interfaces or functionality of other Appian versions.
Introduction
GSS comes with one integration to third-party systems. In order to utilize this integration, you will need to set up your Microsoft Azure environment, create an API key for the connected system object, and configure the application to turn on inline editing. Inline editing allows end users to open documents in Microsoft Office 365 and collaborate with team members until a document is moved to the complete state. This page provides instructions for setting up Microsoft Azure , Microsoft Office Document Folder , and the Configure Government Source Selection .
Set up Microsoft Azure
In order to use inline editing, the solution will need a location in your Microsoft Azure environment to store the documents when editing is occurring.
To set up a location in Microsoft Azure:
Access your Azure environment .
In the search bar, search for App Registrations .
Select +New Registration .
Fill out application registration, enter an application name such as Award Management or AM, and define who can access the application.
Click Register to complete registration of the application.
In the Manage section on the left side of the screen, select API Permissions .
Under configured permissions title, select +Add a permission .
From Microsoft APIs, select Microsoft Graph .
Select Application Permissions .
Expand files section and select Files.ReadWrite.All .
Click Add Permissions .
On the API permissions page, select Grant Admin Consent for Appian . A global admin may be required to do this.
In the Manage section on the left side of the screen, select Certificates & Secrets .
In the Client Secrets section, select +New Client Secret .
Add a Description of the client secret.
Select a timeframe for Expires .
Click Add under expires timeframe.
Copy and click Save Value .
Set up Microsoft Office Document Folder
After setting up the Azure environment, establish a folder on Sharepoint or OneDrive to store the documents Appian is opening for inline editing.
Create a folder that can be associated easily with the GSS solution.
Find the Folder ID
for the folder you just created.
Get the Site ID for the site where the drive for the folder resides
Get the Drive ID of the drive storing your documents using the Site ID retrieved in the previous step.
Get the Folder ID of the folder established in step one.
Set the constant AS_GAM_BOL_OFFICE_365
as true to use Office 365. The default value is false .
Within the GSS application, open AS GAM CS Microsoft Graph
connected system.
Update the Client ID field with the Client ID of the application created in Microsoft Azure set up step.
Update the Token Request Endpoint with the Tenant ID found on the Azure application overview from Microsoft Azure set up step.
Enter the Client Secret saved during the Microsoft Azure set up step.
Click Authorize to confirm successful authorization.
Update the AS_GSS_SHAREPOINT_DRIVE_ID
constant with the Drive ID from Microsoft Office Document set up.
Update the AS_GSS_SHAREPOINT_FOLDER_ID
constant with the Folder ID from Microsoft Office Document set up.