Skip to content

Commit d04a0bb

Browse files
authored
Updated Azure SSO
1 parent 4f769c1 commit d04a0bb

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

_docs/administration/single-sign-on/oidc/oidc-azure.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Configure SSO for Azure in the Codefresh UI.
144144
**Before you begin**
145145
* From Azure AD:
146146
* Have your client secret handy
147-
* Go to the application you created, and note down these **Properties: Application ID and Object ID**
147+
* Go to t**Azure Active Directory > Enterprise Applications** and select the app you created, and note down these **Properties: Application ID and Object ID**
148148

149149
{% include image.html
150150
lightbox="true"
@@ -238,9 +238,27 @@ caption="Web configuration settings"
238238
max-width="70%"
239239
%}
240240

241-
You have now completed the SSO setup for Azure using OIDC.
241+
## Step 6: (Optional) Configure for Azure Initiated Login.
242+
243+
1. Go to **Azure Active Directory > Apps registrations**, and select the application you registered for SSO.
244+
1. From the sidebar, select **Branding & properties**
245+
1. In the **Home page URL** field, insert the following `https://g.codefresh.io/api/auth/<your_codefresh_sso_client_name>`
246+
247+
{% include image.html
248+
lightbox="true"
249+
file="/images/sso/azure/homePageURL.png"
250+
url="/images/sso/azure/homePageURL.png"
251+
alt="Web configuration settings"
252+
caption="Web configuration settings"
253+
max-width="70%"
254+
%}
242255

256+
{:start="4"}
257+
1. Go to **Azure Active Directory > Enterprise Applications**, and select the application you registered for SSO.
258+
1. Under Properties, toggle **Visible to users** to yes.
259+
1. Now the app can be added to a Collection for My Apps page for Azure Initiated Login.
243260

261+
You have now completed the SSO setup for Azure using OIDC.
244262

245263
## Related articles
246264
[Federated Single Sign-On (SSO) overview]({{site.baseurl}}/docs/administration/single-sign-on/)

images/sso/azure/homePageURL.png

213 KB
Loading

images/sso/azure/visibleToUsers.png

216 KB
Loading

0 commit comments

Comments
 (0)