How to Import Financial Aid PeopleSoft Equations

Overview/Purpose This Standard Operating Procedure (SOP) defines the controlled process for importing Financial Aid equations into PeopleSoft. Financial Aid equations drive eligibility, need analysis, packaging logic, and awarding calculations. Because these configurations directly impact student aid eligibility and fund disbursement, imports must be executed with precision and proper oversight. The purpose of this procedure is
Read More »

How to Export Financial Aid PeopleSoft Equations

Overview/Purpose This Standard Operating Procedure (SOP) outlines the process for exporting Financial Aid equations from PeopleSoft. These equations drive critical awarding, packaging, eligibility, and need analysis calculations within the Financial Aid module. Because they directly impact student aid eligibility and fund distribution, accuracy and version control are essential. The purpose of this procedure is to
Read More »

How to use a custom API Key in Elsa

When using default authentication and UseAdminApiKey with the following startup code in Elsa, it defaults to an empty GUID. So how do you use your own custom API key? Start by creating a class that implements the AspNetCore.Authentication.ApiKey.IApiKeyProvider interface. Here is an example class that gets a key from appsettings.json. Then specify your new class
Read More »