> On 20. Nov 2017, at 10:24, Stephen Connolly <[email protected]> > wrote: > > In group membership is going to be tricky (not impossible) as you will need > to know which delegate realm the group came from and only match against users > from that same realm. > > In general the group support is going to be where you have the worst time >
Can probably store the source realm for a user as a UserProperty, and tie it to that? Unless the admin enables 'fallback mode' that just checks every realm for a user -- but may result in problems from overlapping user names if not deliberately selected. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/F2C7D297-D671-4423-ADCF-BD01096824E8%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
