<div dir="ltr">>><span></span>We use AuthenticationContext in SAML to handle that, and the IdP already enforces that.<br>>><span></span>... you can
default in RequestedAuthnContext behavior in most cases via a
relying-party setting that imposes a predefined rule to apply to the
request if the SP doesn't ask for anything<br>The main thing my class is doing so far is enforcing a particular minimum authentication level based on the IP address of the client. External clients have higher authentication requirements than internal ones to the same SP. But in the future I might do external DB lookups based on various attributes of the User and SP to make a determination as well. So I guess my question is do you support a dynamic determination of authentication level for the REquestedAuthnContext level based on user defined class. Looking at the docs, it looks like an activation condition which selects a relying party config which enforces the correct auth requirements might be a start.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 25, 2016 at 11:57 AM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> We use AuthenticationContext in SAML to handle that, and the IdP already<br>
> enforces that.<br>
<br>
</span>(To clarify, while that normally does involve the SP, you can default in RequestedAuthnContext behavior in most cases via a relying-party setting that imposes a predefined rule to apply to the request if the SP doesn't ask for anything.)<br>
<div class="HOEnZb"><div class="h5"><br>
-- Scott<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</div></div></blockquote></div><br></div>