Code Monkey home page Code Monkey logo

kreynen / simplesamlphp_auth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from backdrop-contrib/simplesamlphp_auth

0.0 0.0 0.0 76 KB

The simplesamlphp_auth module makes it possible for Backdrop CMS to support SAML for authentication of users. The module will auto-provision user accounts into Backdrop CMS if you want it to. It can also dynamically assign Backdrop CMS roles based on identity attribute values.

License: GNU General Public License v2.0

PHP 100.00%

simplesamlphp_auth's Introduction

simpleSAMLphp Authentication

The simplesamlphp_auth module makes it possible for Backdrop CMS to support SAML for authentication of users. The module will auto-provision user accounts into Backdrop CMS if you want it to. It can also dynamically assign Backdrop CMS roles based on identity attribute values.

Requirements

You must have SimpleSAMLphp installed and configured as a working service point (SP) as the module uses your local SimpleSAMLphp SP for the SAML support. For more information on installing and configuring SimpleSAMLphp as an SP visit: http://www.simplesamlphp.org.

IMPORTANT: Your SP must be configured to use something other than phpsession for session storage (in config/config.php set store.type => 'memcache' or 'sql').

To use memcache session handling you must have memcached installed on your server and PHP must have the memcache extension. For more information on installing the memcache extension for PHP visit: http://www.php.net/manual/en/memcache.installation.php

If you are on a shared host or a machine that you cannot install memcache on then consider using the sql handler (store.type => 'sql').

Installation

Documentation

The configuration of the module is fairly straight forward. You will need to know the names of the attributes that your SP will be making available to the module in order to map them into Backdrop CMS.

Issues

Bugs and Feature requests should be reported in the Issue Queue: https://github.com/backdrop-contrib/simplesamlphp_auth/issues.

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.

simplesamlphp_auth's People

Contributors

smoitozo avatar colans avatar unn avatar joelsteidl avatar kreynen avatar darrenoh 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.