Specifying organization and/or username in device flow logins
When doing a normal OIDC login, it's possible to specify a username (
login_hint=...
login_hint=...
) and organization (
org_code=...
org_code=...
).
This does not seem to be available when using device flow. I asked KindeAI and it suggested to try the above parameters which I did but it doesn't work. (I added the parameters in the body when initiating the device flow along with
client_id
client_id
,
audience
audience
and
scope
scope
)
Is it possible to specify these values somehow? If not, consider this a feature request