Skip to main content

OAuth2 and OpenID Connect

📄️ Social sign-in

Out of the box, Ory comes with custom-tailored connectors for 15+ social sign-in providers such as GitHub, Google, or Facebook.

Learn more

📄️ Data mapping

Every social sign-in provider returns different data in their payloads. Some providers use usernames, others emails, and so on.

Learn more

📄️ Account linking

Ory supports four types of account linking:

Learn more

📄️ Get OAuth2 tokens

You can get the OIDC / OAuth 2.0 access, refresh, and ID tokens issued for the identity by social sign-in providers.

Learn more

📄️ Custom domain redirect

Some Social Sign-in Providers such as Google or GitHub show the Redirect URL as part of the sign-in process. By default, Ory

Learn more

📄️ PKCE

Ory Identities supports the PKCE (Proof Key for Code Exchange) extension to the OpenID

Learn more