>
> To access it (e.g. in an MFA rule):
>
> var rpCtx = input.getSubcontext("net.shibboleth.idp.profile.context.RelyingPartyContext");
> if (rpCtx != null && rpCtx.getConfiguration() != null && rpCtx.getConfiguration().getId().equals("osu.ForceMFASIS")) {
> }
>
OK, that works perfectly.
Thanks,
Jim