website/integrations/development/github-organization/index.md
Organizations are shared accounts where businesses and open-source projects can collaborate across many projects at once, with sophisticated security and administrative features.
The following placeholders are used in this guide:
github.com/orgs/foo is your GitHub organization, where foo is the name of your GitHub organization.authentik.company is the FQDN of the authentik installation.:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
To support the integration of GitHub Organization with authentik, you need to create an application/provider pair in authentik.
https://github.com/orgs/foo/saml/consume.https://github.com/orgs/foo.https://github.com/orgs/foo.Post.Navigate to your organization settings by going to your organization page at https://github.com/foo, then click Settings.
In the left-hand navigation, scroll down to the Security section and click Authentication security
On this page:
Enable SAML authentication checkbox.sign-on URL, type https://authentik.company/application/saml/<application_slug>/sso/binding/redirect/Issuer, type https://github.com/orgs/foo or the Audience you set in authentikPublic certificate, paste the full signing certificate into this field.Signature method and Digest method match your SAML provider settings in authentik.Once these fields are populated, you can use the Test SAML configuration button to test the authentication flow. If the flow completes successfully, you will see a green tick next to the Test button.
Scroll down to hit the Save button below.
This enables SAML as an authentication option. If you want to require SAML for your organization, visit your SSO url at https://github.com/orgs/foo/sso and sign in. Once signed in, you can navigate back to the Authentication security page and check Require SAML SSO authentication for all members of the foo organization.