Hi,
Is id_token_hint supported for OIDC login? I am trying to emulate theauto login for an
user interaction. This goes something like this. A usersign-up for a “thing”. The “thing”
is provisioned and userid/pwd is autogenerated and mailed to user. At the same time a user
(userid/pwd) is createdin keycloak as well. As soon as the “thing” is provisioned, user
will be takento the home page without asking for credentials.
We enabled the “Direct Access Grants Enabled” atthe client level. We get a ID token using
the auto generated userid/pwd using“password” grant. Then we use the generated Id Token as
id_token_hint andinitiate the “code” grant login. I could see a session was created when
the Idtoken was obtained but keycloak still shows me the Login screen.
Thanks
Balaji
Show replies by date