Coder Social home page Coder Social logo

proj-2019 / glewlwyd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from babelouest/glewlwyd

0.0 1.0 0.0 13.18 MB

Single Sign On server, OAuth2, Openid Connect, multiple factor authentication with, HOTP/TOTP, Webauthn, TLS Certificates, etc. extensible via plugins

Home Page: https://babelouest.github.io/glewlwyd/

License: GNU General Public License v3.0

Makefile 0.43% C 72.75% HTML 1.42% Shell 0.06% CSS 2.86% JavaScript 20.21% CMake 1.47% TSQL 0.79%

glewlwyd's Introduction

Glewlwyd SSO server

Build Status

Single-Sign-On (SSO) server with multiple factor authentication.

Authentication processus supported:

  • OAuth2
  • OpenID Connect

Allows users to authenticate via multiple factors:

  • Password
  • One-time password (TOTP/HOTP)
  • Webauthn (Yubikey or Android safetynet)
  • Random Code sent via e-mail
  • TLS Certificate

Users and clients can be stored and managed from various backends:

  • Database
  • LDAP service
  • HTTP Backend service providing Basic Authentication

Based on a plugin architecture to make it easier to add or update storing backends, authentication schemes or processus.

Allows passwordless authentication.

Adding new authentication schemes or backend storage for users and clients is possible via the plugin architecture.

The backend API server is fully written in C and uses a small amount of resources.

Its plugin architecture makes it easy to add new modules or plugins, or modify existing ones with less risks to have unmaintainable code.

logged in

Glewlwyd 2.0 Realease Candidate 1 is out. All the planned new functionalities gor Release 2.0 are now implemented. What's left before the official release is to make sure no critical or important bugs are still present. Feel free to install, test it, and send feedbacks if you feel like it.

Important! Due to database reworking of the application, you can't upgrade an existing installation from Glewlwyd 1.x to Glewlwyd 2.x.

Installation

The full installation documentation is available in the install documentation.

Docker

A docker image is available for tests on localhost, run the following command:

$ docker run --rm -it -p 4593:4593 babelouest/glewlwyd_quickstart

And open the address http://localhost:4593/ on your browser.

More information in the install documentation.

Getting started

The Getting started documentation will help administrators configure Glewlwyd's modules and authentication schemes.

User documentation

The documentation will help Glewlwyd's users manage their profile and log in to Glewlwyd.

Core API

The full core REST API documention is available in the API documentation

Plugins architecture

You can update the existing plugins or add new ones depending on your needs, check out the documentation available for each type of plugin:

Screenshots

Go to the Screenshots folder.

Questions, problems or feature requests

You can open an issue in github or send me an e-mail. Any help is much appreciated!

glewlwyd's People

Contributors

babelouest avatar alteholz avatar vidcentum avatar rafaelhdr avatar yandoogle avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.