-
I am running a code like this (built on https://github.com/ory/kratos-selfservice-ui-node/tree/hydra-integration-2021 using kratos as login)
And that works, client ends up getting access-token.
Body here have skip = true, which is nice, then we skip login prompt. Self service uses Not sure what im doing wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
lol, sorry, it was my fault. |
Beta Was this translation helpful? Give feedback.
lol, sorry, it was my fault.
The oauth client set query param
max_age
to60
, and i had not noticed.when i removed that, it works as expected