PHPackages                             gauss-allianz/shibboleth-guard-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. gauss-allianz/shibboleth-guard-bundle

ActiveSymfony-bundle

gauss-allianz/shibboleth-guard-bundle
=====================================

Bundle for Shibboleth SP authentication in symfony using the guard component.

09862PHP

Since Oct 18Pushed 9y ago2 watchersCompare

[ Source](https://github.com/roenschg/ShibbolethGuardBundle)[ Packagist](https://packagist.org/packages/gauss-allianz/shibboleth-guard-bundle)[ RSS](/packages/gauss-allianz-shibboleth-guard-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ShibbolethGuardBundle
=====================

[](#shibbolethguardbundle)

Introduction
------------

[](#introduction)

Shibboleth is a Single-Sign-On system made for webservices. This bundle provide a Guard authenticator to use this authentication method in Symfony 2.8. Symfony previous Version 2.8 you should see .

Installation
------------

[](#installation)

This library can be install using composer.

```
composer require "gauss-allianz/shibboleth-guard-bundle" "dev-master"

```

How to test locally
-------------------

[](#how-to-test-locally)

Setup a local IdP/SP infrastructure is a very time consuming job. I will describe an easy way to test your functionality on your local system without an software required. But you may consider using the following library:

First of all you need to know which information are sent in which way by the Apache2 webserver to the PHP. This might differ by several configurations. You can test which information you get by just putting a script to your webserver like this. (The script must be shibobleth secured area!)

```
