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 19, 2018. It is now read-only.
Hi,
When using WebListener in conjunction with Autofac DI container in RC2 the claims principle name always come back null.
Removing the IServiceProvider ConfigureServices(...) method and the identity name is available again...
Is this a bug or am I doing something wrong?
I've created a sample showing the issue
https://github.com/douglaswaights/weblistenerDI
Thanks
Doug