Is there example how I can use Kratos as IdP in Hy...
# talk-hydra
d
Is there example how I can use Kratos as IdP in Hydra ? Only Readme mention it and some issue tickets 😞 Ory Hydra can use [Ory Kratos](https://github.com/ory/kratos) as its identity server.
b
@delightful-dusk-80119 https://ory-community.slack.com/archives/C012RBW0F18/p1672846802125869 I am planning to update my repo to reflect the latest versions of Kratos and Hydra. Right now it’s an implementation in Golang using older versions of both Kratos and Hydra.
d
I still can't decide do I need hydra or not 🙂
Looks like, for my purposes, Kratos + Oauthkeeper should be enough. (Just SSO between multiple apps)
b
@delightful-dusk-80119 this article should help you https://www.ory.sh/docs/hydra/concepts/before-oauth2
d
Just finished, but still confused 🙂
b
What are you exactly confused about?
d
Will SSO access works only with Kratos ?
b
SSO meaning adding Providers such as GitHub, Google etc?
d
As I got I need OpenConnect only for external developers that not under my control
But all my apps is under my control
b
If all apps are under your control I don’t think you need Hydra
Kratos and Oathkeeper should do the job
d
Saying I have appA and appB I want to my customers have an access to both with different permissions but without extra login
b
Then you need mention those permissions in Kratos metadata and use Oathkeeper as a proxy
d
Will try then. Thanks