Skip to content

Owin middleware used to easily fetch claims about the User from various providers

License

Notifications You must be signed in to change notification settings

bacathey/UserClaimsMiddleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserClaimsMiddleware

Middleware used to easily fetch claims about the User from various providers and deliver them into your ClaimsPrincipal for further usage in an ASP.Net Web application.

This middleware allows you to add arbitrary Claims Providers and a number of options for exception handling, caching, etc. Multiple provider calls are invoked in parallel. Claims Providers can be written (by you) and wired up to privide claims data from ANY source.

Available as OWIN middleware only on Full Framework, not for .Net Core/.Net6+.

About

Owin middleware used to easily fetch claims about the User from various providers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages