Download the PHP package gauss-allianz/shibboleth-authentication-bundle without Composer

On this page you can find all versions of the php package gauss-allianz/shibboleth-authentication-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package shibboleth-authentication-bundle

ShibbolethAuthenticationBundle

Introduction

Shibboleth is a Single-Sign-On system made for web services. For more information about Shibboleth see https://www.shibboleth.net/.

This bundle provides an authenticator to use the authentication mechanism of Symfony 5.3+. If your legacy application relies on the guard authentication mechanism, see the following repositories for more information.

Installation

  1. Install this bundle by using composer

  2. Create your own user provider, which implements the ShibbolethUserProviderInterface

  3. (Optionally) Create and register an Exception Listener

Configuration

  1. Configure the Shibboleth authentication bundle to your needs at config/packages/shibboleth_authentication.yaml

  2. Add service declaration for your user provider in config/services.yaml

  3. Configure your firewall to your needs at config/packages/security.yaml

How to test Shibboleth authentication locally in your development environment

Service Provider for dev environment

1. Register your (test) Service Provider within your AAI/at your Identity Provider
2. Configure your web server to use Shibboleth authentication
3. Configure Shibboleth
4. Create certificates for your domain (and configure it in the web server) and the shibboleth communication
5. (Add entry for your SP domain in your '/etc/hosts' (Linux)) 

Setting up a local IdP/SP (test) infrastructure can therefore be a very time-consuming job, but you can test and debug the interaction with your identity provider. For more information about the Shibboleth configuration, see Shibboleth Service provider documentation https://shibboleth.atlassian.net/wiki/spaces/SP3/overview.

Simulate shibboleth authentication within your web server

An easier way to test your functionality on your local system is to simulate the shibboleth authentication. If you know which information is usually sent from your identity provider to the Shibboleth daemon, then you can use Apaches Setenv directive or Nginx fastcgi_param to adopt this.


All versions of shibboleth-authentication-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
ext-xml Version *
symfony/security-bundle Version ^6|^7
symfony/routing Version ^6|^7
symfony/translation-contracts Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package gauss-allianz/shibboleth-authentication-bundle contains the following files

Loading the files please wait ...