Sachin Singh

Sachin Singh

  • 10
  • 55.8k
  • 74.9k

How to write Owin Middleware for Basic Authentication for web api?

Aug 16 2020 12:04 AM
I am very much interested in these two things
  1. 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.

Answers (3)