<div dir="auto">I am passing the information from a mfa bean using the flows mechanism. I was trying to replicate what I have seen in the -flows.xml file.</div><div dir="auto"><br></div><div dir="auto">The username reference is just my thing but what I’m trying to get is the id the user used in the auth/Password view. I am able to produce it in my own view.</div><div dir="auto"><br></div><div dir="auto">I can share the code I have if necessary. Still trying to learn here.</div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">Jeff<br clear="all"><br clear="all"><div dir="auto"><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Sent from Gmail Mobile</div></div></div><div><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 6, 2024 at 8:33 AM Cantor, Scott <<a href="mailto:cantor.2@osu.edu">cantor.2@osu.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You're violating a call signature here and passing a function into a function that takes a ProfileRequestContext as input, which is what it's telling you.<br>
<br>
Without any, umm, context, for what you're doing here, I don't know that this is even the proper function to be using.<br>
<br>
There is no "username" in Shibboleth, not in the SP and not in the IdP. Identity is more complex than that, and there is only ever a "single" value for this concept when your'e talking about the result of subject canonicalization after authentication is done. After that point, the "final" value is in the SubjectContext.<br>
<br>
Anything before that is "it depends on a lot of factors".<br>
<br>
-- Scott<br>
<br>
<br>
</blockquote></div></div>