RefreshTokenGrant requires client_secret also for non-confidential clients #1369
Open
Description
RefreshTokenGrant::respondToAccessTokenRequest requires a client_secret, otherwise it will throw an exception (OAuthServerException::invalidClient). This does not make sense for non-confidential clients, as they are not able to send the client_secret.
Metadata
Assignees
Labels
No labels