<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 23, 2017, at 9:21 AM, Cantor, Scott <<a href="mailto:cantor.2@OSU.EDU" class="">cantor.2@OSU.EDU</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><blockquote type="cite" class="">It would be awesome if we didn't have to consider all of the proxied SPs to<br class="">be the same SP.  Does the IDP have access to the Scoping element (and the<br class="">RequesterID element inside of it) in a place that it could be used for making<br class="">decisions?<br class=""></blockquote><br class="">We don't to my knowledge extract it but the AuthnRequest is in the inbound message context, which pretty much everything can access via the ProfileRequestContext so it's certainly accessible to scripts or code.<br class=""><br class="">Assuming there are some obvious places where one might want to operate on it, just file RFEs.<br class=""><br class="">-- Scott<br class=""><br class=""></div></div></blockquote><br class=""></div><div>Someone at Unicon had need to get at that, and I'm told (haven't tried it yet myself) that they got to it (omitting any error checking before referencing) via this:</div><div><br class=""></div><div>  ((ProfileRequestContext)context).getInboundMessageContext().getScoping().getRequesterIDs();</div><div><br class=""></div><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">--<br class="">Michael A. Grady<br class="">IAM Architect, Unicon, Inc.</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><br class="Apple-interchange-newline">

</div>
<br class=""></body></html>