All Projects → TerribleDev → Owinoauthproviders

TerribleDev / Owinoauthproviders

Licence: mit
OAuth providers for Owin

Labels

Projects that are alternatives of or similar to Owinoauthproviders

caddy-security
🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
Stars: ✭ 696 (+43.21%)
Mutual labels:  openid
IdentityServer4.PhoneNumberAuth
Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2
Stars: ✭ 83 (-82.92%)
Mutual labels:  openid
Openid connect
OpenID Connect Server & Client Library
Stars: ✭ 331 (-31.89%)
Mutual labels:  openid
angular-auth-oidc-sample-google-openid
Angular oidc client with google Identity OpenID
Stars: ✭ 23 (-95.27%)
Mutual labels:  openid
fastapi-azure-auth
Easy and secure implementation of Azure AD for your FastAPI APIs 🔒 B2C, single- and multi-tenant support.
Stars: ✭ 174 (-64.2%)
Mutual labels:  openid
oidc-agent
oidc-agent for managing OpenID Connect tokens on the command line
Stars: ✭ 47 (-90.33%)
Mutual labels:  openid
ada-security
Ada Security - OAuth 2.0 client and server framework to secure web applications
Stars: ✭ 18 (-96.3%)
Mutual labels:  openid
Auth
:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP
Stars: ✭ 457 (-5.97%)
Mutual labels:  openid
django-federated-login
Django Federated Login provides an authentication bridge between Django projects and OpenID-enabled identity providers.
Stars: ✭ 18 (-96.3%)
Mutual labels:  openid
Django Oidc Provider
OpenID Connect and OAuth2 provider implementation for Djangonauts.
Stars: ✭ 320 (-34.16%)
Mutual labels:  openid
steam-openid-connect-provider
Steam OpenID Connect Identity Provider (IdP)
Stars: ✭ 40 (-91.77%)
Mutual labels:  openid
SteamAuthOOP
OpenID-Login through Steam for your website
Stars: ✭ 32 (-93.42%)
Mutual labels:  openid
Passport Steam
Steam (OpenID) authentication strategy for Passport and Node.js.
Stars: ✭ 280 (-42.39%)
Mutual labels:  openid
IdentityServer4.Contrib.AspNetCore.Testing
Testing framework for ASP.NET Core and Identity-Server 4
Stars: ✭ 16 (-96.71%)
Mutual labels:  openid
Openid Connect Php
Minimalist OpenID Connect client
Stars: ✭ 336 (-30.86%)
Mutual labels:  openid
sotsera.blazor.oidc
OpenID Connect client for Blazor client-side projects
Stars: ✭ 21 (-95.68%)
Mutual labels:  openid
docker-lemonldap
Docker LemonLDAP-NG Image w/S6 overlay, Zabbix Monitoring based on Debian or Alpine
Stars: ✭ 20 (-95.88%)
Mutual labels:  openid
Ngx Starter Kit
🅰️ Angular 🚀 NestJS 🐒 Starter Kit
Stars: ✭ 479 (-1.44%)
Mutual labels:  openid
Passport
Simple, unobtrusive authentication for Node.js.
Stars: ✭ 19,608 (+3934.57%)
Mutual labels:  openid
Voterobot
微信朋友圈投票活动的“刷票”案例分析。
Stars: ✭ 297 (-38.89%)
Mutual labels:  openid

Build status

OWIN OAuth Providers

Provides a set of extra authentication providers for OWIN (Project Katana). This project includes providers for:

  • OAuth
    • ArcGISOnline
    • ArcGISPortal
    • Asana
    • Backlog
    • Battle.net
    • Bitbucket
    • Buffer
    • Cosign
    • DeviantArt
    • Discord
    • Dropbox
    • EVEOnline
    • Fitbit
    • Flickr
    • Foursquare
    • Geni
    • GitHub
    • Gitter
    • Google+
    • HealthGraph
    • Instagram
    • LinkedIn
    • MyHeritage
    • Onshape
    • ORCID
    • PayPal
    • Podbean
    • Reddit
    • Salesforce
    • Shopify
    • Slack
    • SoundCloud
    • Spotify
    • StackExchange
    • TripIt
    • Twitch.tv
    • Untappd
    • Vimeo
    • Visual Studio Online
    • VKontakte
    • Wordpress
    • Xing
    • Yahoo
    • Yammer
  • OpenID
    • Generic OpenID 2.0 provider
    • Steam
    • Wargaming

Implementation Guides

Take a look at the samples project.

Installation

You may install each provider via nuget separately. They are named Owin.Security.Providers.*, or you may install the meta package Owin.Security.Providers which will give you all 40+ providers.

Contributions

If you would like to also contribute then please fork the repo, make your changes and submit a pull request.

A big thanks goes out to all these contributors without whom this would not have been possible.:

For most accurate and up to date list of contributors please see https://github.com/TerribleDev/OwinOAuthProviders/graphs/contributors

License

The MIT License (MIT)

Copyright (c) 2014, 2015 Jerrie Pelser

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].