-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expanded GetFiles / File Search with RecipientFileStatus #276
Expanded GetFiles / File Search with RecipientFileStatus #276
Conversation
…us as a search parameter. - Added ny policy for GetFiles to allow it to be used by both Senders and Recipients. - Updated most policies to be able to handle tokens containing multiple scopes
A case comes in mind; what to do if a user that only has "sender" access attempts to search using RecipientFileStatus? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Maybe I'm blind but does this change include setting default Get request to set RecipientStatus to initialized?
If a user only has sender access, should the request not simply ignore RecipientFileStatus if it is supplied? |
Thanks! |
I think ignoring a specified filter makes a similar inconsistency that setting default value for non-specified filters; obfuscating the search. |
Description
Related Issue(s)
Verification
Documentation