Skip to content

OWIN middleware for authenticating users using a CogniStreamer portal

License

Notifications You must be signed in to change notification settings

CogniStreamer/owin-security-cognistreamer

Repository files navigation

Owin.Security.CogniStreamer

Build status

OWIN middleware for authenticating users using a CogniStreamer portal.

Get it on NuGet

Install-Package Owin.Security.CogniStreamer

Usage

app.UseCogniStreamerAuthentication(new CogniStreamerAuthenticationOptions
{
    ClientId = "OAuth2ClientId",
    ClientSecret = "OAuth2ClientSecret",
    PortalBaseUrl = new Uri("https://portalurl/"),
    AuthenticationMode = AuthenticationMode.Active,
    SignInAsAuthenticationType = CookieAuthenticationDefaults.AuthenticationType,
});

About

OWIN middleware for authenticating users using a CogniStreamer portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages