SessionAttributes for sessionless calls?

The Foldering module currently finds itself in a conundrum. Having found an existing issue with how Foldering is handling infrastructure access controls (IACs), we want to modify Foldering to contact UDS to retrieve each user’s IAC settings; some of this approach is currently in place. This approach works great for calls to Foldering that are session-based. However, Foldering also has valid use cases where it receives sessionless calls. And there in-lines the problem: without a session, we do not have the needed information/credentials to contact UDS and therefore can not get the caller’s IAC’s. Q1) Does anyone have any insight as to how this can best be handled? Q2) Does UDS (or any system) provide any sort of “default” IAC settings?

Answers