Skip to content

mohi-othman/WebApi-HMAC

Repository files navigation

SSO using HMAC tokens

This is a basic implementation of HMAC tokens for use in Single Sign On system using WebAPI, which formed the basis for a production version that I developed for a client. It contains an implementation that uses the Web.Config as a store for the allowed keys as an example. Endpoints can be secured by use of attributes.

Tools.WebAPI.Security contains the main logic of verifying the payload.

Tools.WebAPI.Security.Server contains the WebAPI implementation using attributes.

About

Simple HMAC implementation for ASP.NET Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages