diff --git a/umbraco-cloud/set-up/external-login-providers.md b/umbraco-cloud/set-up/external-login-providers.md index fb0e62b00de..33f5eca8133 100644 --- a/umbraco-cloud/set-up/external-login-providers.md +++ b/umbraco-cloud/set-up/external-login-providers.md @@ -72,7 +72,7 @@ Ensure you have already set up a tenant/organization. 2. Locate the Microsoft Entra ID and enter your tenant. 3. Select **Add**. -
+![Select Add and then choose App Registration to start registering your app](images/elp-azure-2.png) 4. Choose **App registration**. 5. Register your app. @@ -100,7 +100,7 @@ Ensure you have already set up a tenant/organization. 2. Navigate to **Applications**. 3. Select **Create Application**. -
+![Select Create Application to get started](images/elp-oauth-1.png) 4. Give the application a name and select **Regular Web Application**. 5. Go to the **Settings** section. @@ -177,7 +177,7 @@ The **alias** must be unique across different login providers in the same enviro 2. Scroll down to find the **Application URIs**. 3. Add the Redirect URI to the **Allowed Callback URLs**. -
+![Add the Redirect URI to the Allowed Callback URLs](images/elp-oauth-4.png) 13. Add more Redirect URIs if needed. {% endtab %} diff --git a/umbraco-cloud/set-up/images/elp-azure-2.png b/umbraco-cloud/set-up/images/elp-azure-2.png new file mode 100644 index 00000000000..b8921bfc999 Binary files /dev/null and b/umbraco-cloud/set-up/images/elp-azure-2.png differ diff --git a/umbraco-cloud/set-up/images/elp-oauth-1.png b/umbraco-cloud/set-up/images/elp-oauth-1.png new file mode 100644 index 00000000000..e32025c67c2 Binary files /dev/null and b/umbraco-cloud/set-up/images/elp-oauth-1.png differ diff --git a/umbraco-cloud/set-up/images/elp-oauth-4.png b/umbraco-cloud/set-up/images/elp-oauth-4.png new file mode 100644 index 00000000000..804c974886f Binary files /dev/null and b/umbraco-cloud/set-up/images/elp-oauth-4.png differ