orange-guitar-65918
12/15/2023, 12:38 PMchilly-king-10285
12/15/2023, 12:38 PMchilly-king-10285
12/15/2023, 12:38 PMbash ory create project --name "OAuth2 Server - Example Corp" # Note down the project ID export project_id=your-project-id # replace with your project ID ory create oauth2-client --project "$project_id" \ --name "Example Corp" \ --grant-type authorization_code,refresh_token \ --response-type code \ --scope openid,offline_access,email \ --redirect-uri <https://your-project-slug.projects.oryapis.com/self-service/methods/oidc/callback/H1o_k--i> # replace with your redirect URI
You can find more details about this setup [here](https://www.ory.sh/docs/kratos/social-signin/ory). Remember, these are just examples and the actual implementation may vary based on your specific requirements and setup.