Replies: 1 comment
-
Hey @MiraBlack The skip flag in Hydra is used to indicate whether the client has previously requested the same scopes from the same user. If skip is true, you can bypass asking the user to grant the requested scopes and simply forward the user to the redirect URL. This feature allows you to update or set session information. Let me know if you find a solution or if you hear something else. |
Beta Was this translation helpful? Give feedback.
-
As I suppose the hydra skip allows you to skip login if this client already passed checks and received a token. I have an integration with kratos and I want hydra acceptLoginRequest if there is a current kratos session. In the examples, the admin api of Hydra is called on the login page for this. It is not safe. Are there any other options? Is it possible to change the skip flag after kratos check for a session (using toSession on front)? Is it possible to add such logic to Kratos? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions