Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


English

Introduction

SAML is a general API that many directory platforms use to enable Single Sign-On (SSO).

Essentially, SSO means you as a service provider can delegate authentication to an external identity provider (idP), where one set of credentials available in the idP can be re-used to login to many other services as well.
The primary benefit of this is, end-users no longer need to remember multiple passwords for multiple platforms.

This plugin source code is available in JogetOSS Github. Projects under JogetOSS are community-driven and community-supported, and you are welcome to contribute to the projects.

...