| 
									
										
										
										
											2025-01-03 18:10:07 +05:30
										 |  |  | --- | 
					
						
							| 
									
										
										
										
											2025-06-20 19:46:38 +05:30
										 |  |  | title: Auth0 SSO for Docker | OpenMetadata Deployment Guide | 
					
						
							| 
									
										
										
										
											2025-01-03 18:10:07 +05:30
										 |  |  | slug: /deployment/security/azure/auth-code-flow | 
					
						
							|  |  |  | collate: false | 
					
						
							|  |  |  | --- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Auth Code Flow
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### Step 1: App Registrations
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Provide an Application Name for registration. | 
					
						
							|  |  |  | - Provide a redirect URL as a Auth Code Flow.  | 
					
						
							|  |  |  | - Click on Register. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-25 13:12:09 +05:30
										 |  |  | {% image src="/images/v1.9deployment/security/azure/create-web-registration.png" alt="create-app" /%} | 
					
						
							| 
									
										
										
										
											2025-01-03 18:10:07 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### Step 2: Where to Find the Credentials
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - The `Client ID` and the `Tenant ID` are displayed in the Overview section of the registered application. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-25 13:12:09 +05:30
										 |  |  | {% image src="/images/v1.9deployment/security/azure/web-client-secret.png" alt="create-app" /%} | 
					
						
							| 
									
										
										
										
											2025-01-03 18:10:07 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | - When passing the details for `authority`, the `Tenant ID` is added to the URL as shown in the example | 
					
						
							|  |  |  |   below. `https://login.microsoftonline.com/TenantID` | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ```commandline | 
					
						
							|  |  |  | "authority": "https://login.microsoftonline.com/c11234b7c-b1b2-9854-0mn1-56abh3dea295" | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-25 13:12:09 +05:30
										 |  |  | {% partial file="/v1.9deployment/configure-ingestion.md" /%} | 
					
						
							| 
									
										
										
										
											2025-01-03 18:10:07 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% inlineCalloutContainer %} | 
					
						
							|  |  |  |   {% inlineCallout | 
					
						
							|  |  |  |     color="violet-70" | 
					
						
							|  |  |  |     icon="celebration" | 
					
						
							|  |  |  |     bold="Docker Security" | 
					
						
							|  |  |  |     href="/deployment/security/azure/docker" %} | 
					
						
							|  |  |  |     Configure Azure SSO for your Docker Deployment. | 
					
						
							|  |  |  |   {% /inlineCallout %} | 
					
						
							|  |  |  |   {% inlineCallout | 
					
						
							|  |  |  |     color="violet-70" | 
					
						
							|  |  |  |     icon="storage" | 
					
						
							|  |  |  |     bold="Bare Metal Security" | 
					
						
							|  |  |  |     href="/deployment/security/azure/bare-metal" %} | 
					
						
							|  |  |  |     Configure Azure SSO for your Bare Metal Deployment. | 
					
						
							|  |  |  |   {% /inlineCallout %} | 
					
						
							|  |  |  |   {% inlineCallout | 
					
						
							|  |  |  |     color="violet-70" | 
					
						
							|  |  |  |     icon="fit_screen" | 
					
						
							|  |  |  |     bold="Kubernetes Security" | 
					
						
							|  |  |  |     href="/deployment/security/azure/kubernetes" %} | 
					
						
							|  |  |  |     Configure Azure SSO for your Kubernetes Deployment. | 
					
						
							|  |  |  |   {% /inlineCallout %} | 
					
						
							|  |  |  | {% /inlineCalloutContainer %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% inlineCalloutContainer %} | 
					
						
							|  |  |  |   {% inlineCallout | 
					
						
							|  |  |  |     color="violet-70" | 
					
						
							|  |  |  |     icon="MdArrowBack" | 
					
						
							|  |  |  |     bold="Azure" | 
					
						
							|  |  |  |     href="/deployment/security/azure" %} | 
					
						
							|  |  |  |     Go to Azure Configuration | 
					
						
							|  |  |  |   {% /inlineCallout %} | 
					
						
							|  |  |  | {% /inlineCalloutContainer %} |