2017 © Pedro Peláez
 

symfony-bundle oauth-authorization-bundle

Acilia Authorization Bundle

image

aciliainternet/oauth-authorization-bundle

Acilia Authorization Bundle

  • Friday, July 27, 2018
  • by aciliainternet
  • Repository
  • 15 Watchers
  • 0 Stars
  • 2,326 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 22 Versions
  • 17 % Grown

The README.md

OauthAuthorizationBundle

Acilia oAuth authentication and authroization Bundle for Symfony2/3, (*1)

OauthAuthorizationBundle

Symfony2 and Symfony3 Oauth Authorization bundle developed by Acilia Internet, (*2)

This bundle allows to authenticate and get authrozation against Oauth2 API service and creates a UserProviderInterface, (*3)

Installation and configuration:

Pretty simple with Composer, run:, (*4)

composer require aciliainternet/oauth-authorization-bundle

Add OauthAuthorizationBundle to your application kernel

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Acilia\Bundle\OauthAuthorizationBundle\AciliaOauthAuthorizationBundle(),
        // ...
    );
}

, (*5)

Configuration example

This bundle provides a basic security.yml, you can import from your security.yml file, (*6)

imports:
    - { resource: "@AciliaOauthAuthorizationBundle/Resources/config/security.yml" }

You must configure some parameters, (*7)

acilia_oauth_authorization:
    access_url: 'http://api.my-oauth2.com' # url of the oauth api
    enabled: true                          # enable or disable authentication, if false users as authenticated as 'anon.'
    oauth_secret: '_secret_hash_'          # hash for encrypt requests to the api
    client_id: 'my_app_identifier_key'     # unique identifier for the application
    excludes: ['www.domain-excluded.com']  # array of domains to exclude from the auth checking

Finally, you'll need to define the logout path. Add to your routing.yml file the following:, (*8)

logout:
    path: /logout

The Versions

27/07 2018

2.x-dev

2.9999999.9999999.9999999-dev https://github.com/aciliainternet/OauthAuthorizationBundle

Acilia Authorization Bundle

  Sources   Download

The Requires

 

bundle symfony acilia

27/07 2018

2.0.6

2.0.6.0 https://github.com/aciliainternet/OauthAuthorizationBundle

Acilia Authorization Bundle

  Sources   Download

The Requires

 

bundle symfony acilia

11/06 2018

2.0.4

2.0.4.0 https://github.com/aciliainternet/OauthAuthorizationBundle

Acilia Authorization Bundle

  Sources   Download

The Requires

 

bundle symfony acilia

04/06 2018

2.0.1

2.0.1.0 https://github.com/aciliainternet/OauthAuthorizationBundle

Acilia Authorization Bundle

  Sources   Download

The Requires

 

bundle symfony acilia

23/01 2018
09/12 2016
20/10 2016

0.1

0.1.0.0 https://github.com/aciliainternet/OauthAuthorizationBundle

Acilia Authorization Bundle

  Sources   Download

The Requires

 

bundle