-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1043 from DFE-Digital/retrospective-adr-for-payro…
…ll-file-access ADR for accessing the monthly payroll information
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
...sions/0011-payroll-information-to-be-downloaded-directly-by-payroll-provider.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# 11. Payroll information to be downloaded directly by payroll provider | ||
|
||
Date: 2019-11-14 | ||
|
||
## Status | ||
|
||
Accepted | ||
|
||
## Context | ||
|
||
Every month the service pays out approved claims as part of a payroll process | ||
performed by a third party payroll provider. To perform this function the | ||
payroll provider needs to be given the details of the claims and claimants. This | ||
data is highly personal in nature and needs to be shared safely and securely | ||
with the third-party provider. | ||
|
||
## Decision | ||
|
||
The payroll provider will download the monthly payroll data file directly from | ||
the service’s back-office, which uses DfE's single sign-on service | ||
[DfE Sign In](https://services.signin.education.gov.uk/) for authentication. | ||
|
||
The payroll provider will be set up with their own organisation in DfE Sign In | ||
so that they can manage their own user access and be responsible for | ||
movers/leavers. Their users will only support a specific “Payroll operator” | ||
role. This role will only allow the downloading of the monthly payroll file and | ||
nothing else within the back-office. | ||
|
||
The monthly payroll file will only be downloadable by the payroll provider’s | ||
users. Other users will not be able to access the file. | ||
|
||
The file will only be available as a one-time download; once downloaded, that | ||
month’s file will no longer be available. | ||
|
||
## Consequences | ||
|
||
The payroll provider will be responsible for managing their own user access to | ||
the monthly payroll file depending on their operational needs. | ||
|
||
The payroll provider will need to take care when accessing the file as | ||
re-downloading will not be possible without developer intervention to reset the | ||
download. |