da / oauth-server-bundle
This is a prototype bundle
Installs: 7 317
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/config: >=2.1
- symfony/dependency-injection: >=2.1
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-10-13 23:27:42 UTC
README
This bundle for Symfony2 (built upon FOSOAuthServerBundle) allows to use the oauth mechanism in different "authspaces". It gives the possibility to build a unique SSO oauth server acting as if you had several ones.
Documentation
Here is a diagram of the multi authspaces oauth flow:
Learn how to use the bundle with the documentation.
Suggestions
Want to be client of your oauth SSO? Take a look at the DaOAuthClientBundle!
Want to communicate from API to API or from Client to API? Take a look at the DaApiServerBundle!