Skip to content

Commit eec9231

Browse files
authored
Merge pull request #110696 from MarileeTurscak-MSFT/patch-381
Added default and custom domains
2 parents b8d724c + adc4841 commit eec9231

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

articles/active-directory/saas-apps/bynder-tutorial.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,30 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
8282
1. On the **Basic SAML Configuration** section, if you wish to configure the application in **IDP** initiated mode, enter the values for the following fields:
8383

8484
a. In the **Identifier** text box, type a URL using the following pattern:
85+
86+
For a Default Domain:
8587
`https://<company name>.getbynder.com`
88+
89+
For a Custom Domain:
90+
`https;//<subdomain>.<domain>.com`
8691

8792
b. In the **Reply URL** text box, type a URL using the following pattern:
93+
94+
For a Default Domain:
8895
`https://<company name>.getbynder.com/sso/SAML/authenticate/`
96+
97+
For a Custom Domain:
98+
`https://<subdomain>.<domain>.com/sso/SAML/authenticate/`
8999

90100
1. Click **Set additional URLs** and perform the following step if you wish to configure the application in **SP** initiated mode:
91101

92102
In the **Sign-on URL** text box, type a URL using the following pattern:
103+
104+
For a Default Domain:
93105
`https://<company name>.getbynder.com/login/`
106+
107+
For a Custom Domain:
108+
` https://<subdomain>.<domain>.com/login/`
94109

95110
> [!NOTE]
96111
> These values are not real. Update these values with the actual Identifier, Reply URL and Sign-on URL. Contact [Bynder Client support team](https://www.bynder.com/en/support/) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
@@ -172,4 +187,4 @@ When you click the Bynder tile in the Access Panel, you should be automatically
172187

173188
- [What is application access and single sign-on with Azure Active Directory? ](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis)
174189

175-
- [What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)
190+
- [What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)

0 commit comments

Comments
 (0)