-
I have more basic question. So essentially my plan is when a call comes to OAuth2 server, we will extend/enhance the server to call our REST API's internally to validate the user. Once the user is validated, OAuth2 server can continue to work normally. Is Hydra right tool for the same? Or should we also look into fosite or node-oauth2-server as well? Any help from you gurus will be highly appreciated. As I indicated in my earlier post, I am very new to this space so any guidance towards known pitfalls is welcome. 🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Stop me if im getting this wrong: I think you want to use your internal setup to serve as OICD provider, basically "Login with our internal API" ? I am guessing you are already familiar with OAuth2, but maybe this document can give you some perspective on the use case: |
Beta Was this translation helpful? Give feedback.
Stop me if im getting this wrong:
You want to use Ory Hydra as a OAuth2 server. You want to authenticate a user through Hydra via your internal REST APIs.
I think you want to use your internal setup to serve as OICD provider, basically "Login with our internal API" ?
I am guessing you are already familiar with OAuth2, but maybe this document can give you some perspective on the use case:
Do You Need OAuth2?