Skip to content

Commit 0483587

Browse files
Merge pull request #264845 from TerryLanfear/sec-240131
fixing broken links
2 parents 9b9908b + 389ca8d commit 0483587

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/security/develop/threat-modeling-tool-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The `<netMsmqBinding/>` element of the WCF configuration file below instructs WC
297297
| **SDL Phase** | Build |
298298
| **Applicable Technologies** | .NET Framework 3 |
299299
| **Attributes** | Client Credential Type - None |
300-
| **References** | [MSDN](/previous-versions/msp-n-p/ff648500(v=pandp.10)), [Fortify](https://community.microfocus.com/t5/UFT-Discussions/UFT-API-Test-with-WCF-wsHttpBinding/m-p/600927) |
300+
| **References** | [MSDN](/previous-versions/msp-n-p/ff648500(v=pandp.10)), [Fortify](https://community.microfocus.com/devops-cloud/uft-one/f/discussions/326834/uft-api-test-with-wcf-wshttpbinding) |
301301
| **Steps** | The absence of authentication means everyone is able to access this service. A service that does not authenticate its clients allows access to all users. Configure the application to authenticate against client credentials. This can be done by setting the message clientCredentialType to Windows or Certificate. |
302302

303303
### Example
@@ -313,7 +313,7 @@ The `<netMsmqBinding/>` element of the WCF configuration file below instructs WC
313313
| **SDL Phase** | Build |
314314
| **Applicable Technologies** | Generic, .NET Framework 3 |
315315
| **Attributes** | Client Credential Type - None |
316-
| **References** | [MSDN](/previous-versions/msp-n-p/ff648500(v=pandp.10)), [Fortify](https://community.microfocus.com/t5/UFT-Discussions/UFT-API-Test-with-WCF-wsHttpBinding/m-p/600927) |
316+
| **References** | [MSDN](/previous-versions/msp-n-p/ff648500(v=pandp.10)), [Fortify](https://community.microfocus.com/devops-cloud/uft-one/f/discussions/326834/uft-api-test-with-wcf-wshttpbinding) |
317317
| **Steps** | The absence of authentication means everyone is able to access this service. A service that does not authenticate its clients allows all users to access its functionality. Configure the application to authenticate against client credentials. This can be done by setting the transport clientCredentialType to Windows or Certificate. |
318318

319319
### Example

articles/security/fundamentals/identity-management-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 5aa0a7ac-8f18-4ede-92a1-ae0dfe585e28
99
ms.service: security
1010
ms.subservice: security-fundamentals
1111
ms.topic: article
12-
ms.date: 12/05/2022
12+
ms.date: 01/25/2024
1313
ms.author: terrylan
1414
# Customer intent: As an IT Pro or decision maker, I am trying to learn about identity management capabilities in Azure
1515
---
@@ -20,7 +20,7 @@ ms.author: terrylan
2020

2121
By taking advantage of the security benefits of Microsoft Entra ID, you can:
2222

23-
* Create and manage a single identity for each user across your hybrid enterprise, keeping users, groups, and devices in sync.
23+
* Create and manage a single identity for each user across your hybrid enterprise, keeping users, groups, and devices in sync.
2424
* Provide SSO access to your applications, including thousands of pre-integrated SaaS apps.
2525
* Enable application access security by enforcing rules-based multifactor authentication for both on-premises and cloud applications.
2626
* Provision secure remote access to on-premises web applications through Microsoft Entra application proxy.
@@ -43,7 +43,7 @@ The article focuses on the following core Azure Identity management capabilities
4343

4444
## Single sign-on
4545

46-
SSO means being able to access all the applications and resources that you need to do business, by signing in only once using a single user account. Once signed in, you can access all of the applications you need without being required to authenticate (for example, type a password) a second time.
46+
Single sign-on (SSO) means being able to access all the applications and resources that you need to do business, by signing in only once using a single user account. Once signed in, you can access all of the applications you need without being required to authenticate (for example, type a password) a second time.
4747

4848
Many organizations rely upon SaaS applications such as Microsoft 365, Box, and Salesforce for user productivity. Historically, IT staff needed to individually create and update user accounts in each SaaS application, and users had to remember a password for each SaaS application.
4949

@@ -59,7 +59,7 @@ Learn more:
5959

6060
## Reverse proxy
6161

62-
Microsoft Entra application proxy lets you publish on-premises applications, such as [SharePoint](https://support.office.com/article/What-is-SharePoint-97b915e6-651b-43b2-827d-fb25777f446f?ui=en-US&rs=en-US&ad=US) sites, [Outlook Web App](/Exchange/clients/outlook-on-the-web/outlook-on-the-web), and [IIS](https://www.iis.net/)-based apps inside your private network and provides secure access to users outside your network. Application Proxy provides remote access and SSO for many types of on-premises web applications with the thousands of SaaS applications that Microsoft Entra ID supports. Employees can sign in to your apps from home on their own devices and authenticate through this cloud-based proxy.
62+
Microsoft Entra application proxy lets you publish applications on a private network, such as [SharePoint](https://support.office.com/article/What-is-SharePoint-97b915e6-651b-43b2-827d-fb25777f446f?ui=en-US&rs=en-US&ad=US) sites, [Outlook Web App](/Exchange/clients/outlook-on-the-web/outlook-on-the-web), and [IIS](https://www.iis.net/)-based apps inside your private network and provides secure access to users outside your network. Application Proxy provides remote access and SSO for many types of on-premises web applications with the thousands of SaaS applications that Microsoft Entra ID supports. Employees can sign in to your apps from home on their own devices and authenticate through this cloud-based proxy.
6363

6464
Learn more:
6565

0 commit comments

Comments
 (0)