<@U04UQ68083H> is there a way to define GitHub SSO...
# ory-copilot
b
@chilly-king-10285 is there a way to define GitHub SSO connection that will only allow you to connect if you're in a given Github Org?
c
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. The extracts provided do not contain specific information about defining a GitHub SSO connection that only allows connection if you're in a given GitHub Organization. However, Ory does allow you to add GitHub as a social sign-in provider for your project and customize the integration by defining the OAuth scopes Ory requests from the provider. You can also manage organizations and create SSO connections for an organization using the Ory Console. For more detailed information, you may want to refer to the following documentation: - [Ory Documentation on GitHub Social Sign-in](https://www.ory.sh/docs/kratos/social-signin/github) - [Ory Documentation on Organizations and B2B Single Sign-On](https://www.ory.sh/docs/kratos/organizations)
b
@chilly-king-10285 how would I use Okta for SSO?
c
A message from kapa.ai
The provided extracts do not contain specific information about using Okta for Single Sign-On (SSO) with Ory. However, Ory supports OAuth2 and OpenID Connect, which are also supported by Okta. This means you should be able to configure Okta as an identity provider for Ory. While the exact steps for Okta are not provided in the extracts, the process would likely be similar to setting up other OAuth2/OIDC providers. Here's a general outline based on how to set up other providers: 1. Create an application in Okta and obtain the Client ID and Client Secret. 2. In the Ory Console, navigate to Social Sign-in and click the "Add new OpenID Connect provider" button. 3. Enter the configuration details obtained from Okta into the corresponding fields in the Console: - Client ID - Client Secret - Issuer URL (this would be the URL of your Okta server) 4. Copy the Redirect URI from the Console and add it to the Okta application you created earlier. 5. Click "Save Configuration" to finish. Please refer to the [Ory Documentation](https://www.ory.sh/docs/) and [Okta Documentation](https://developer.okta.com/docs/) for more detailed information.