-
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
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):
Lines 49 to 50 in bbf6128
| const clientSecret = await this.createClientSecret(); | |
| body.set("client_secret", clientSecret); |
Metadata
Metadata
Assignees
Labels
No labels