 154fba12e0
			
		
	
	154fba12e0
	
	
	
		
			
			* Updates all source documents with note on how to add source to login page * Updated the wording on the guide itself * Updated wording on notes * Fixes capitalization on header * Fixed broken links in google docs
		
			
				
	
	
		
			28 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Sources
 | |
| ---
 | |
| 
 | |
| Sources allow you to connect authentik to an external user directory. Sources can also be used with social login providers such as Facebook, Twitter, or GitHub.
 | |
| 
 | |
| ### Find your source
 | |
| 
 | |
| Sources are in the following general categories:
 | |
| 
 | |
| - **Protocols** ([Kerberos](./protocols/kerberos/index.md), [LDAP](./protocols/ldap/index.md), [OAuth](./protocols/oauth/index.mdx), [SAML](./protocols/saml/index.md), and [SCIM](./protocols/scim/index.md))
 | |
| - [**Property mappings**](./property-mappings/index.md) or how to import data from a source
 | |
| - **Directory synchronization** (Active Directory, FreeIPA)
 | |
| - **Social logins** (Apple, Discord, Twitch, Twitter, and many others)
 | |
| 
 | |
| For instructions to add a specific source, refer to the documentation links in the left navigation pane.
 | |
| 
 | |
| ### Add sources to default login page
 | |
| 
 | |
| To have sources show on the default login screen you will need to add them to the flow. The process below assumes that you have not created or renamed the default stages and flows.
 | |
| 
 | |
| 1. Log in to authentik as an admin, and open the authentik Admin interface.
 | |
| 2. Navigate to **Flows and Stages** > **Flows**.
 | |
| 3. Click the **default-authentication-flow**.
 | |
| 4. Click the **Stage Bindings** tab.
 | |
| 5. Click **Edit Stage** on the **default-authentication-identification** stage.
 | |
| 6. Under **Source settings**, add sources to **Selected sources** to have them displayed on the authentik login page.
 |