You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's basically possible to refresh a token with just a clientId.
The OAuth2 spec requires that if the original refresh token was granted via a grant_type that requires basic authentication, then the refresh should also happen with the same method.
This is not a major security issue, but a security issue nonetheless.
The text was updated successfully, but these errors were encountered:
Right now it's basically possible to refresh a token with just a clientId.
The OAuth2 spec requires that if the original refresh token was granted via a grant_type that requires basic authentication, then the refresh should also happen with the same method.
This is not a major security issue, but a security issue nonetheless.
The text was updated successfully, but these errors were encountered: