forked from instructure/canvas-lms
-
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.
logout of instfs during explicit canvas logout
fixes RECNVS-248 test-plan: [happy path] - have instfs configured and enabled - login to canvas - logout of canvas (do not expect instfs cookie to be removed) - attempt to access <instfs>/session/ensure; should get oauth redirected to canvas login despite existing cookie - login to canvas anew - attempt to access <instfs>/session/ensure; should get 204 response [no instfs path] - have instfs disabled - logout of canvas; should not get a page error or other unexpected behavior [broken instfs path] - have instfs configured and enabled in canvas, but service down - logout of canvas; should not get a page error or other unexpected behavior, but should still see an error report for the failure to logout of instfs Change-Id: Ibb4c846cfe48151df3dab04bf8fde39c2738ee4a Reviewed-on: https://gerrit.instructure.com/141372 Tested-by: Jenkins Reviewed-by: Andrew Huff <[email protected]> QA-Review: Collin Parrish <[email protected]> Product-Review: Jacob Fugal <[email protected]>
- Loading branch information
Showing
3 changed files
with
52 additions
and
0 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
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