Is it possible to integrate with existing enterprise OIDC system? #2510
-
Hello, We already have enterprise level OIDC setup. We are using it with other application like in C# or node js to enable single sign on functionality. Is it possible to integrate this enterprise open id using hydra package in golang. If possible please share some docs or url for the details. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Yes is it. Can you please provide some more details as to what enterprise system, is it a known provider or did you roll your own custom solution? What does your use case look like, is it to just enable SSO for a web application ? Before you jump into implementing Hydra, please do read this article carefully, it will help you decide if you need Hydra for your use case: https://www.ory.sh/hydra/docs/concepts/before-oauth2 Please note that there are a lot of different options. Feel free to post more here or in our chat. |
Beta Was this translation helpful? Give feedback.
Yes is it.
Can you please provide some more details as to what enterprise system, is it a known provider or did you roll your own custom solution?
What does your use case look like, is it to just enable SSO for a web application ?
Before you jump into implementing Hydra, please do read this article carefully, it will help you decide if you need Hydra for your use case: https://www.ory.sh/hydra/docs/concepts/before-oauth2
If you are not building a system that involves third parties - for example a third party company (CircleCI) using your (GitHub) APIs - but instead are looking to solve "Single Sign On", mobile / single page app authentication, or generally "I want an API token after someo…