Use ory Hydra as sso #3534
-
In my application, I use minio as my file manager. When user logs in my application, it has to be logged in both minio. How can I use ory hydra in this case? Do I have to use both ory Hydra and Kratos? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @elhamenayati I don't know enough about Minio to give you a confident answer here. Ory Hydra is an OAuth 2.0 and OpenID Connect provider, and Ory Kratos is an identity management server. They can be used separately or together depending on your specific needs for authentication and user management. If you want to federate an identity across different applications or domains, meaning you can sign in to both apps with the same credentials, then OAuth2 can be a good solution. For more detailed information on how to use Ory Hydra and Ory Kratos, you can refer to the official Ory documentation here and here. |
Beta Was this translation helpful? Give feedback.
Hello @elhamenayati
I don't know enough about Minio to give you a confident answer here.
Ory Hydra is an OAuth 2.0 and OpenID Connect provider, and Ory Kratos is an identity management server. They can be used separately or together depending on your specific needs for authentication and user management.
If you want to federate an identity across different applications or domains, meaning you can sign in to both apps with the same credentials, then OAuth2 can be a good solution.
Ory Network also offers a multi-domain feature that can be used for this, so you dont have to code your own.
For more detailed information on how to use Ory Hydra and Ory Kratos, you can refer to the official Ory …