Skip to content

Microsoft OWIN Middleware authentication provider(s) for asp.net identity 4.5.1

License

Notifications You must be signed in to change notification settings

dlswimmer/ErikLieben.Owin.Security

Repository files navigation

ErikLieben.Owin.Security

Microsoft OWIN Middleware authentication provider(s) for asp.net identity 4.5.1

Working on finishing the code and releasing a nuget package.

Currently containing a provider for:

Create a Yammer app to get a clientId and clientSecret. See https://developer.yammer.com for more information.

Add the following to Startup.Auth.cs (VS2013)

app.UseYammerAuthentication(
    clientId: "",
    clientSecret: "");

About

Microsoft OWIN Middleware authentication provider(s) for asp.net identity 4.5.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published