I am very much interested in these two things
- writing an Owin Middleware that Authenticate a request for http basic authentication scheme
- What should be the required steps?
2.Creating an
Authentication Filter (not Authorization filter)
- what will go inside the ChallengeAsync()
Any help would be appreciated, thanks.