Skip to content

Adopt a plugin architecture for Flows #140

@adutra

Description

@adutra

Currently grant types are executed by dedicated Flow instances, e.g. a client_credentials grant is executed by the ClientCredentialsFlow.

The set of supported grants is thus statically defined by the number of implemented Flow instances.

By opening this to a pluggable architecture (SPI / Service Loader for example), we could keep supporting the essential grants out of the box while allowing users to add support for custom grants, or for behavioral variants of existing grants.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions