Hawk Authentication for ASP.NET Web API using Thinktecture.IdentityModel.45

Badrinarayanan Lakshmiraghavan's Blog

Hawk is a MAC-based HTTP authentication scheme that provides partial cryptographic verification of HTTP messages. Hawk requires a symmetric key to be shared between the client and the server out-of-band. For more info, see here.

Hawk 101

The client sends an HTTP request, like so.

The server returns a challenge, like so.


View original post 740 more words

This entry was posted in Uncategorized. Bookmark the permalink.

1 Response to Hawk Authentication for ASP.NET Web API using Thinktecture.IdentityModel.45

  1. brockallen says:

    Reblogged this on brockallen and commented:
    It’s awesome that we now have Hawk support in Thinktecture IdentityModel!

Leave a comment