Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:3
-
Sprint:TSSW Sprint - Sep 26 - Oct 10
-
Team:Telescope and Site
-
Urgent?:No
Description
Things left from DM-36035:
- Handle failure to set the auth list in CSCs such that feedback can be sent to the REST server if that's used.
- Add sending feedback to the REST server regarding setting the auth list in CSCs.
- Once the RestAuthorizeHandler has been implemented, integrate it into the Authorize CSC.
- Add tests for the REST handler with a leading "-" and some with no prefix.
- Add a test utility that provides a sequence of valid auth request data, with the expected result (authorized users and non-authorized CSCs) on success.
This ticket is for doing all that.
Attachments
Issue Links
- relates to
-
DM-36035 Start implementing LOVE REST support
- Done
Made sure that information about the CSCs for which setting authList failed and for which succeeded is stored in variables so that can be handled by the calling code. Added handling code as well.