pmaglione/saml-sp-bundle

Symfony2 SAML2 authentication bundle

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 43

Type:project

1.0.2 2014-11-18 14:27 UTC

This package is not auto-updated.

Last update: 2024-04-23 13:39:38 UTC


README

Build Status Scrutinizer Quality Score Sensio Insight

The SamlSpBundle adds support for SAML 2.0 Service Provider in Symfony2. It provides security listener that can be configured to authenticate users against one or more SAML Identity Providers.

Included features:

  • Federation Metadata XML
  • Discovery Service
  • AuthnRequest / Single Sign On Login
  • LogoutRequest / Single Logout
  • Http Post and Http Redirect Bindings

Documentation

Getting Started

Configuration Reference

Configuring/Implementing User Provider

CONTRIBUTING

SamlSpBundle is an open source project and is open for contributions. Please follow guidelines from Contributing and collaboration wiki page.

Credits

Thanks to fos/user-bundle and fp/openid-bundle open source projects that helped understand better how symfony2 security works and learn how custom security extensions should be built.