Skip to content

Commit 519fb85

Browse files
authored
Merge pull request #184538 from MicrosoftDocs/master
Merge master to live 4 AM
2 parents e871bc7 + f6e51b8 commit 519fb85

File tree

116 files changed

+2200
-733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+2200
-733
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
stale-pr-label: inactive
1919
close-pr-label: auto-close
2020
exempt-pr-labels: keep-open
21-
operations-per-run: 1200
21+
operations-per-run: 1300
2222
ascending: false
2323
# start-date: '2021-03-19'
2424
stale-pr-message: >

articles/active-directory/authentication/howto-registration-mfa-sspr-combined-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ In a PowerShell window, run the following command, providing the script and user
147147
To disable the updated experience for your users, complete these steps:
148148

149149
1. Sign in to the Azure portal as a user administrator.
150-
2. Go to **Azure Active Directory** > **User settings** > **Manage settings for access panel preview features**.
151-
3. Under **Users can use preview features for registering and managing security info**, set the selector to **None**, and then select **Save**.
150+
2. Go to **Azure Active Directory** > **User settings** > **Manage user feature settings**.
151+
3. Under **Users can use the combined security information registration experience**, set the selector to **None**, and then select **Save**.
152152

153153
Users will no longer be prompted to register by using the updated experience.
154154

articles/active-directory/develop/includes/web-app/quickstart-aspnet.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ If you want to manually configure your application and code sample, use the foll
6161
[!INCLUDE [active-directory-develop-path-length-tip](../../../../../includes/active-directory-develop-path-length-tip.md)]
6262

6363

64-
#### Step 3: Your app is configured and ready to run
65-
We've configured your project with values of your app's properties.
66-
67-
6864
#### Step 3: Run your Visual Studio project
6965

7066
1. Extract the .zip file to a local folder that's close to the root folder. For example, extract to *C:\Azure-Samples*.

articles/active-directory/manage-apps/f5-aad-integration.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,15 @@ No previous experience or F5 BIG-IP knowledge is necessary to implement SHA, but
129129

130130
## Deployment scenarios
131131

132-
133132
Configuring a BIG-IP for SHA is achieved using any of the many available methods, including several template based options, or a manual configuration.
134133
The following tutorials provide detailed guidance on implementing some of the more common patterns for BIG-IP and Azure AD SHA, using these methods.
135134

136135
**Advanced configuration**
137136

138137
The advanced approach provides a more elaborate, yet flexible way of implementing SHA by manually creating all BIG-IP configuration objects. You would use this approach for scenarios not covered by the guided configuration templates.
139138

139+
Refer to the following advanced configuration guides for your integration requirements:
140+
140141
- [F5 BIG-IP in Azure deployment walk-through](f5-bigip-deployment-guide.md)
141142

142143
- [Securing F5 BIG-IP SSL-VPN with Azure AD SHA](f5-aad-password-less-vpn.md)
@@ -145,18 +146,22 @@ The advanced approach provides a more elaborate, yet flexible way of implementin
145146

146147
- [F5 BIG-IP APM and Azure AD SSO to Kerberos applications](f5-big-ip-kerberos-advanced.md)
147148

148-
- [F5 BIG-IP APM and Azure AD SSO to Header-based applications](f5-big-ip-header-advanced.md)
149+
- [F5 BIG-IP APM and Azure AD SSO to header-based applications](f5-big-ip-header-advanced.md)
149150

150151
- [F5 BIG-IP APM and Azure AD SSO to forms-based applications](f5-big-ip-forms-advanced.md)
151152

152153
**Guided Configuration and Easy Button templates**
153154

154155
The Guided Configuration wizard, available from BIG-IP version 13.1 aims to minimize time and effort implementing common BIG-IP publishing scenarios. Its workflow-based framework provides an intuitive deployment experience tailored to specific access topologies.
155156

156-
The latest version of the Guided Configuration 16.1 now offers an Easy Button feature. With **Easy Button**, admins no longer go back and forth between Azure AD and a BIG-IP to enable services for SHA. The end-to-end deployment and policy management is handled directly between the APM’s Guided Configuration wizard and Microsoft Graph. This rich integration between BIG-IP APM and Azure AD ensures applications can quickly, easily support identity federation, SSO, and Azure AD Conditional Access, without management overhead of having to do so on a per app basis.
157+
The latest version of the Guided Configuration 16.1 now offers an Easy Button feature. With **Easy Button**, admins no longer go back and forth between Azure AD and a BIG-IP to enable services for SHA. The end-to-end deployment and policy management is handled directly between the APM’s Guided Configuration wizard and Microsoft Graph. This rich integration between BIG-IP APM and Azure AD ensures applications can quickly, easily support identity federation, SSO, and Azure AD Conditional Access, without management overhead of having to do so on a per app basis.
158+
159+
Refer to the following guided configuration guides using Easy Button templates for your integration requirements:
157160

158161
- [F5 BIG-IP Easy Button for SSO to Kerberos applications](f5-big-ip-kerberos-easy-button.md)
159162

163+
- [F5 BIG-IP Easy Button for SSO to header-based applications](f5-big-ip-headers-easy-button.md)
164+
160165
- [F5 BIG-IP Easy Button for SSO to header-based and LDAP applications](f5-big-ip-ldap-header-easybutton.md)
161166

162167
## Additional resources

0 commit comments

Comments
 (0)