fresh-summer-85333
08/07/2024, 2:56 PMself-service/login/browser
url is the login redirect registered with Hydra. I know that the user needs to grant the oauth2 scopes, but kratos directs the user to the login page and is aware of the users current session. Is there a way I can accept the flow and move on to the consent without the user having to re-enter their password?
I have tried adding ?refresh=false&prompt=none to the redirect url registered with hydra. Is there a way to submit the flow since the user is logged in and not have to include the password?
EDIT: solved by creating an endpoint that accepts the login through hydra directly that sits behind middleware that validates the kratos session.