Hi Gayan, When it comes to SCIM, is there a attribute called 'domain' already?
In C5, is there something like fully qualified name (i.e. domain/username) as in C4, or this domain thing in C5 is completely different thing? If we are to implement one of few of the queries you have suggested above, are we still to fetch all users when a request comes with "/scim/v2/Users"? On Fri, Mar 3, 2017 at 5:11 AM, Gayan Gunawardana <[email protected]> wrote: > Hi All, > > How are we going to support SCIM list all users and list all groups > operations when we have multiple user store domains. In C4 we could iterate > through all user stores and fetch results but in C5 we highly discourage > such a functionality due to performance impact. > > Basically client need to provide user store domain, when it requires data > from secondary user store domains. > > My suggestion is to support custom parameter like "domain" so requests > will be like below. > > /scim/v2/Users?domain=xxxx > > /scim/v2/Users?startIndex=1&count=2&domain=xxxx > > > /scim/v2/Users?filter=userName+EQ+vindula&domain=xxxx > > > @Ishara, Johann, Ayoma appreciate your input. > > > Thanks, > > Gayan > > -- > Gayan Gunawardana > Software Engineer; WSO2 Inc.; http://wso2.com/ > Email: [email protected] > Mobile: +94 (71) 8020933 > > _______________________________________________ > Architecture mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > -- Chamila Dilshan Wijayarathna, PhD Research Student The University of New South Wales (UNSW Canberra) Australian Centre for Cyber Security Australian Defence Force Academy PO Box 7916, Canberra BA ACT 2610 Australia Mobile:(+61)416895795
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
