Skip to content

Custom Class as Authentication Adapter not working #38

@Dwarfex

Description

@Dwarfex

Bug Report

Custom Adapters do not work.

Q A
Version(s) 1.6.x, 1.7.x

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:

Expected behavior

The AuthenticationAdapterDelegatorFactory registers any given Implementation of the AbstractAdapter with the listeners.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions