Git Product home page Git Product logo

authenticator-saml's Introduction

This module allows SAML authentication over a SAML server. It has been tested only with a custom SAML server.


The following XWiki Class is needed:

XWiki.SAMLAuthClass
with field nameid as a string


The following configuration is needed in xwiki.cfg:

### SAML SSO configuration
# Change the active authenticator to SAML
xwiki.authentication.authclass=com.xwiki.authentication.saml.XWikiSAMLAuthenticator

# Path to certificate file, relative to the webapp directory; required
xwiki.authentication.saml.cert=/WEB-INF/cert.txt
# Identity provider URL; required
xwiki.authentication.saml.authurl=https://www.ip-url.fr/
# Service provider URL; required
xwiki.authentication.saml.issuer=www.sp-url.com
# The SPNameQualifier value; required
xwiki.authentication.saml.namequalifier=www.sp-url.com

# The name of the SAML field containing the SAML user identifier; optional
#xwiki.authentication.saml.id_field=userPrincipalName
# Mapping between XWikiUsers fields and SAML fields; optional
#xwiki.authentication.saml.fields_mapping=email=mail,first_name=givenName,last_name=sn
# The name of the attribute used to cache the authentication result in the current session; optional
#xwiki.authentication.saml.auth_field=saml_user
# List of fields to use for generating an XWiki username; optional
#xwiki.authentication.saml.xwiki_user_rule=first_name,last_name
# Capitalize each field value when generating the username; optional
#xwiki.authentication.saml.xwiki_user_rule_capitalize=1

authenticator-saml's People

Contributors

ldubost avatar sdumitriu avatar tmortagne avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jarz renovate-bot

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.