Skip to content

Feature request: Add client_secret on Generic OAuth 2.0 Client #297

@ricardo-a-alves-alb

Description

@ricardo-a-alves-alb

Our in-house OAuth provider requires that we send the client_secret on the validateAuthorizationCode method.

Is it possible to add such feature? There are some internal providers that use this so I think it would make sense to be able to do it on Generic OAuth 2.0 Client aswell.

Example (Apple Provider):

const clientSecret = await this.createClientSecret();
body.set("client_secret", clientSecret);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions