What problem does it solve?
Simplifies the integration of social login into Ory-powered applications, eliminating the need for frontend changes and allowing users to sign in with various social identity providers.
Core Features & Use Cases
- Multi-Provider Support: Integrate OAuth2/OIDC providers such as Google, GitHub, Apple, and Microsoft.
- Automatic UI Updates: Automatically renders social login buttons using Ory Elements.
- No Frontend Changes: With Ory Elements, adding new providers does not require any frontend adjustments.
- Use Case: Quickly enable "Sign in with Google" buttons in your app without the need for custom frontend development.
Quick Start
Enable social login in your Ory project by adding the following to your identity config:
ory patch identity-config <project-id> --add '/selfservice/methods/oidc/config/providers/-={
"id": "google",
"provider": "google",
"client_id": "<GOOGLE_CLIENT_ID>",
"client_secret": "<GOOGLE_CLIENT_SECRET>"
}'