<BrianD>
@RogerHaase, I need to store 2 new attributes with the user. First is the name of the oidc itself, Second is the username on the oidc realm. Should these be new attributes or is there some dictionary I can store them in? I will also need to look up users based on this attributes.
<BrianD>
Any reason why the login action is actually performed during middleware and not a normal controller action?