You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
All of my API call logs say "Authorization was successful for user: null" because Name is always null on user.Identity. It seems the name would always be populated from an identity token which usually wouldn't be passed to an API. It seems the best you could do here would be to log the sub claim? Maybe I'm missing something though.