FOSOAuthServerBundle icon indicating copy to clipboard operation
FOSOAuthServerBundle copied to clipboard

A server side OAuth2 Bundle for Symfony

Results 107 FOSOAuthServerBundle issues
Sort by recently updated
recently updated
newest added

On PHP 8 we have this deprecation message : **2022-03-18T09:39:46+01:00 [info] User Deprecated: Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias()" might add "string" as a native return type declaration in the future. Do the same...

I'm trying to update from SF3 to SF4 and i'm getting strange error: ` The service "fos_oauth_server.client_manager.default" has a dependency on a non-existent service "doctrine.odm.mongodb.document_manager". ` Here is my composer.json:...

I'm using `->isGranted('ROLE_SCOPE1')` to authorize a machine token so there is no user context. Since Symfony 5.4, [AuthorizationChecker](https://github.com/symfony/symfony/blob/d9cd41cc4bb3df9e908b30b8f95dc11fa9695643/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php) relies on `getUser()` instead of `getToken()` which make user-less access tokens not...

Just for posterity since I thought I was going crazy: If you get errors like `Unrecognized field: randomId` for your `/oauth/v2/auth` page, or perhaps `{"error":"redirect_uri_mismatch","error_description":"The redirect URI provided does not...

Supports authentication listener creation when using Symfony's [new authentication system](https://symfony.com/doc/current/security.html#security-installation). ``` # config/packages/security.yaml security: enable_authenticator_manager: true ``` I didn't see any need to add to the [config documentation](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Resources/doc/index.md#step-4-configure-your-applications-securityyml). Whether you...

Hello, Do you consider adding support of [RFC 7636: Proof Key for Code Exchange](https://oauth.net/2/pkce/)? Thanks!

Does not seem to work with Symfony 6.0 and PHP 8.1. Is an upgrade planned?

We should use Interface type hinting. i have a problem with this type hinting when I needed to create a decorator for a custom createAccessToken method

The last official release was 23 Jan 2019. The last change to Head was 22 Oct 2020. Is it possible for a maintainer to please make a new release ?...

Argument 1 passed to FOS\OAuthServerBundle\Entity\ClientManager::__construct() must be an instance of Doctrine\Common\Persistence\ObjectManager, instance of ContainerDvhWaed\EntityManager_9a5be93 given, called in C:\xampp\htdocs\rest_with_oauth\var\cache\dev\ContainerDvhWaed\srcApp_KernelDevDebugContainer.php on line 4362 ![image](https://user-images.githubusercontent.com/38710589/139192296-537dfbbd-70f0-4208-b146-06fe7e3a476b.png)