You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a custom class extending OAuth2Adapter or HttpAdapter, register them via config.
The AuthenticationAdapterDelegatorFactory will never register an adapther that is not Oauth2Adapter or HttpAdapter
Current behavior
You will always get a 403 on Endpoints as you will never be authorized using the custom class, which results in a failed authorization.
Bug Report
Custom Adapters do not work.
Summary
Create a custom class extending OAuth2Adapter or HttpAdapter, register them via config.
The AuthenticationAdapterDelegatorFactory will never register an adapther that is not Oauth2Adapter or HttpAdapter
Current behavior
You will always get a 403 on Endpoints as you will never be authorized using the custom class, which results in a failed authorization.
How to reproduce
See:
api-tools-mvc-auth/src/Factory/AuthenticationAdapterDelegatorFactory.php
Line 84 in 209ef60
Expected behavior
The AuthenticationAdapterDelegatorFactory registers any given Implementation of the AbstractAdapter with the listeners.
The text was updated successfully, but these errors were encountered: