-
Preflight checklist
Describe your problemIn some scenarios,i need to get access token without a direct user-approval step at the Hydra server. For example , i want to integrate my existing application for user login and virify access token through Hydra. In the same time, i want to support Github Oauth2 for user who want to use.
After the token expired, user will need to get a new access token. Describe your ideal solutionBased on the above description,i hope Hydra could return refresh token for client which has grant type Workarounds or alternativesNone Version1.11.10 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @eonie For integrating "Login with github" I would recommend using Ory Kratos, that implements all self-service user flows like signup, login etc. and also integrates nicely with OIDC compliant servers, e.g. Github https://www.ory.sh/docs/kratos/social-signin/github as well as Ory Hydra and solves your issue. I will mark the discussion as answered now, but feel free to come back to this discussion at any time! |
Beta Was this translation helpful? Give feedback.
Hello @eonie
Sorry for the late response, have you found a solution in the meantime?
For integrating "Login with github" I would recommend using Ory Kratos, that implements all self-service user flows like signup, login etc. and also integrates nicely with OIDC compliant servers, e.g. Github https://www.ory.sh/docs/kratos/social-signin/github as well as Ory Hydra and solves your issue.
I will mark the discussion as answered now, but feel free to come back to this discussion at any time!