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
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
Keycloak version I am working with:
17.0.1
When a keycloak client is set to
confidential
, you always have to pass theclient_secret
when fetching a token.Even with
grant_type
set topassword
.This means that I need to pass the
client_secret
to thelogin
method.So I would think adding
client_secret
as a optional parameter to thelogin
method is needed.The text was updated successfully, but these errors were encountered: