2017 © Pedro PelĂĄez
 

symfony-bundle oidc-relying-party-bundle

OpenID Connect Relying Party Bundle

image

syntelix/oidc-relying-party-bundle

OpenID Connect Relying Party Bundle

  • Monday, October 9, 2017
  • by albertedevigo
  • Repository
  • 4 Watchers
  • 3 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status Coverage Status Latest Stable Version, (*1)

SensioLabsInsight, (*2)

Syntelix OIDC Relying Party Bundle

Integrate with an OpenID Connect Provider using the OAuth code flow., (*3)

This bundle follows the OIDC Basic Client Implementer’s Guide., (*4)

Requirements

  • PHP 7.0+
  • Symfony 3.3+

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*5)

$ composer require syntelix/oidc-relying-party-bundle dev-master

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*6)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*7)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Syntelix\Bundle\OidcRelyingPartyBundle\SyntelixOidcRelyingPartyBundle(),
        );

        // ...
    }

    // ...
}

Documentation

Credits

This bundle is a fork of https://github.com/waldo2188/OpenIdConnectRelyingPartyBundle., (*8)

The Versions

09/10 2017

dev-master

9999999-dev https://github.com/syntelix/SyntelixOidcRelyingPartyBundle

OpenID Connect Relying Party Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo Rodriguez
by Alberte Moço