-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prmdr 168 Back Channel Logout (#103)
* BCL handler and test files * Use CIS2 public key to validate logout token * Change error messages to JSON according to CIS2 spec * Reduce duplicate code * Use CIS2s published key to validate the logout token * Add new lambda to sandbox deployment workflow * Correction to file name * Correction to file name two * Pwease work * Deploy new lambda for other workflows * Alter imports on BCL handler * Extract request body before looking for token * PRMDR-168 Fix for docs not being downloaded * Code tidy up * PRMDR-168 Added fix to ensure environment variable exists * Return POST response for BCL * Issue deconstructing request * Issue deconstructing request * PRMDR-168 Adding debug code * Issue deconstructing request * PRMDR-168 Adding debug code and fixing json load * Fix divergent branches * PRMDR-168 Removing debug code Adding in variable HTTP method to decorator classes to ensure it's returning GET or POST as appropriate adding http methods to every test case * PRMDR-168 fixes for tests and adding another test back * PRMDR-168 All tests uncommented and passing * PRMDR-168 Removing unused imports and variable * PRMDR-168 Adding debug line for testing * PRMDR-168 Fix for event loading using JSON * PRMDR-168 Adding _package and it's files to .gitignore * PRMDR-168 ensuring AUTH_DYNAMODB_NAME variable exists before processing * PRMDR-168 Changing internal eror code to 500 from 400 * PRMDR-168 Fix for deploying as a part of pull request --------- Co-authored-by: AlexHerbertNHS <alexandra.herbert1@nhs.net>
- Loading branch information
1 parent
3f6f1ca
commit 9c387e1
Showing
20 changed files
with
656 additions
and
156 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.