PHPackages                             syntelix/oidc-relying-party-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. syntelix/oidc-relying-party-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

syntelix/oidc-relying-party-bundle
==================================

OpenID Connect Relying Party Bundle

3672[2 issues](https://github.com/syntelix/SyntelixOidcRelyingPartyBundle/issues)PHP

Since Oct 9Pushed 8y ago3 watchersCompare

[ Source](https://github.com/syntelix/SyntelixOidcRelyingPartyBundle)[ Packagist](https://packagist.org/packages/syntelix/oidc-relying-party-bundle)[ RSS](/packages/syntelix-oidc-relying-party-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/5ffc57a41ab97b6802954ee4d30ab34781161d719000b94d5b37dcebb82360fb/68747470733a2f2f7472617669732d63692e6f72672f73796e74656c69782f53796e74656c69784f69646352656c79696e67506172747942756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/syntelix/SyntelixOidcRelyingPartyBundle)[![Coverage Status](https://camo.githubusercontent.com/d5c2d8d7f5d128d3dc9efd91ff19fafac5b6f4ee01a20f5f72265781057513da/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73796e74656c69782f53796e74656c69784f69646352656c79696e67506172747942756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/syntelix/SyntelixOidcRelyingPartyBundle?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/a7b74d9e09c22301d838c6cbf06b9b2dd4f1600a1d167fb879ef02c1c3e5a773/68747470733a2f2f706f7365722e707567782e6f72672f73796e74656c69782f6f6964632d72656c79696e672d70617274792d62756e646c652f762f737461626c65)](https://packagist.org/packages/syntelix/oidc-relying-party-bundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/c44a058c0b4c048042d8fb246e1bd2314cac9c1b4df36b5321e58a24ecd0fea8/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61666236646634332d666164302d343030372d613166322d3736343361343462303130642f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/afb6df43-fad0-4007-a1f2-7643a44b010d)

Syntelix OIDC Relying Party Bundle
==================================

[](#syntelix-oidc-relying-party-bundle)

Integrate with an OpenID Connect Provider using the OAuth code flow.

This bundle follows the OIDC [Basic Client Implementer’s Guide](http://openid.net/specs/openid-connect-basic-1_0.html).

Requirements
------------

[](#requirements)

- PHP 7.0+
- Symfony 3.3+

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

[](#installation)

### Step 1: Download the Bundle

[](#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:

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

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#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:

```
