All Projects → louketo → Louketo Proxy

louketo / Louketo Proxy

Licence: apache-2.0
A OpenID / Proxy service

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Louketo Proxy

Arkid
一账通是一款开源的统一身份认证授权管理解决方案,支持多种标准协议(LDAP, OAuth2, SAML, OpenID),细粒度权限控制,完整的WEB管理功能,钉钉、企业微信集成等
Stars: ✭ 217 (-76.57%)
Mutual labels:  oauth2, openid
Service Proxy
API gateway for REST and SOAP written in Java.
Stars: ✭ 355 (-61.66%)
Mutual labels:  proxy, oauth2
fastapi-azure-auth
Easy and secure implementation of Azure AD for your FastAPI APIs 🔒 B2C, single- and multi-tenant support.
Stars: ✭ 174 (-81.21%)
Mutual labels:  oauth2, openid
Jose2go
Golang (GO) implementation of Javascript Object Signing and Encryption specification
Stars: ✭ 150 (-83.8%)
Mutual labels:  oauth2, openid
Aspnet5identityserverangularimplicitflow
OpenID Connect Code / Implicit Flow with Angular and ASP.NET Core 5 IdentityServer4
Stars: ✭ 670 (-27.65%)
Mutual labels:  oauth2, openid
External Auth Server
easy auth for reverse proxies
Stars: ✭ 189 (-79.59%)
Mutual labels:  oauth2, openid
Django Oidc Provider
OpenID Connect and OAuth2 provider implementation for Djangonauts.
Stars: ✭ 320 (-65.44%)
Mutual labels:  oauth2, openid
Node Oidc Provider
OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js
Stars: ✭ 2,018 (+117.93%)
Mutual labels:  oauth2, openid
Angular Auth Oidc Client
npm package for OpenID Connect, OAuth Code Flow with PKCE, Refresh tokens, Implicit Flow
Stars: ✭ 577 (-37.69%)
Mutual labels:  oauth2, openid
Auth
:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP
Stars: ✭ 457 (-50.65%)
Mutual labels:  oauth2, openid
Myoidc
基于OIDC协议的参考实现,根据各类库提供实现参考
Stars: ✭ 132 (-85.75%)
Mutual labels:  oauth2, openid
Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (-22.57%)
Mutual labels:  oauth2, openid
Aspnetcorehybridflowwithapi
ASP.NET Core MVC application using API, OpenID Connect Hybrid flow , second API, Code Flow with PKCE
Stars: ✭ 127 (-86.29%)
Mutual labels:  oauth2, openid
Play Silhouette
Silhouette is an authentication library for Play Framework applications that supports several authentication methods, including OAuth1, OAuth2, OpenID, CAS, 2FA, TOTP, Credentials, Basic Authentication or custom authentication schemes.
Stars: ✭ 826 (-10.8%)
Mutual labels:  oauth2, openid
Hydra
OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Compatible with MITREid.
Stars: ✭ 11,884 (+1183.37%)
Mutual labels:  oauth2, openid
IdentityServer4.PhoneNumberAuth
Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2
Stars: ✭ 83 (-91.04%)
Mutual labels:  oauth2, openid
Salte Auth
💻🗝 Authentication for the modern web!
Stars: ✭ 61 (-93.41%)
Mutual labels:  oauth2, openid
Aspnetcoreid4external
external OpenID Connect Login to IdentityServer4 with AAD
Stars: ✭ 63 (-93.2%)
Mutual labels:  oauth2, openid
Passport
Simple, unobtrusive authentication for Node.js.
Stars: ✭ 19,608 (+2017.49%)
Mutual labels:  oauth2, openid
Jose Jwt
Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET and .NET Core
Stars: ✭ 692 (-25.27%)
Mutual labels:  oauth2, openid

EOL notice

Louketo Proxy reached end of line in November 21, 2020. This means that we no longer support, or update it. The details are available here.

Louketo Proxy

This repository is a work in progress and contains the source code for the Louketo Proxy. You should be able to see what's being planned at our milestones page.

Help and Documentation

Reporting Security Vulnerabilities

If you've found a security vulnerability, please report send an e-mail to [email protected]

Reporting an issue

If you believe you have discovered a defect in Louketo Proxy please open an issue in our Issue Tracker. Please remember to provide a good summary, description as well as steps to reproduce the issue.

Getting started

To run Louketo Proxy, please refer to our building and working with the code base guide. Alternatively, you can use the Docker image by running:

docker run -it --rm quay.io/louketo/louketo-proxy \
  --listen 127.0.0.1:8080 \
  --upstream-url http://127.0.0.1:80 \
  --discovery-url https://keycloak.example.com/auth/realms/<REALM_NAME> \
  --client-id <CLIENT_ID>

For more details refer to the Documentation.

Writing Tests

To write tests refer to the writing tests guide.

Contributing

Before contributing to Louketo Proxy please read our contributing guidelines.

Other Keycloak Projects

License

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].