Yes, OAuth is implemented in Ory's products. Specifically, Ory OAuth2 and OpenID Connect, which is built on top of the widely deployed open-source Ory Hydra Federation Server, is available out of the box in the Ory Network. This solution is used for securely connecting users, applications, and services. It can be used for various needs such as single sign-on (SSO), mobile and third-party application authorization, API access management, server-to-server communication, or federated identity. Ory OAuth2 and OpenID Connect is a Certified OpenID Connect Implementation that meets all requirements set by the OpenID Foundation. It is connected to Ory Identities by default, but it doesn't force you to use a specific user management system, making it a flexible solution if you already have an existing user management system. It's worth noting that Ory is fully compliant with OAuth 2.0 and OpenID Connect. However, Ory recommends using Ory OAuth2 & OpenID for targeted use cases only, such as providing third-party integration with your application. For more information, you can check out the [Ory OAuth 2.0 and OpenID documentation](
https://www.ory.sh/federated-identity-management/). Sources: - [Ory OAuth2 & OpenID Connect](
https://www.ory.sh/docs/oauth2-oidc) - [Can I use OAuth 2.0 / OpenID Connect?](
https://www.ory.sh/docs/security-model#can-i-use-oauth-20--openid-connect)