Skip to content

Commit c40d3bc

Browse files
author
craigcaseyMSFT
committed
fix broken links from CATS report
1 parent 6ec3977 commit c40d3bc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/active-directory/saas-apps/cs-stars-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To configure Azure AD single sign-on with CS Stars, perform the following steps:
108108
`https://<subdomain>.csstars.com/enterprise/`
109109

110110
> [!NOTE]
111-
> These values are not real. Update these values with the actual Sign on URL and Identifier. Contact [CS Stars Client support team](https://www.marshclearsight.com/support/) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
111+
> These values are not real. Update these values with the actual Sign on URL and Identifier. Contact [CS Stars Client support team](http://www.riskonnectclearsight.com/support/) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
112112

113113
4. On the **Set up Single Sign-On with SAML** page, in the **SAML Signing Certificate** section, click **Download** to download the **Federation Metadata XML** from the given options as per your requirement and save it on your computer.
114114

@@ -126,7 +126,7 @@ To configure Azure AD single sign-on with CS Stars, perform the following steps:
126126

127127
### Configure CS Stars Single Sign-On
128128

129-
To configure single sign-on on **CS Stars** side, you need to send the downloaded **Federation Metadata XML** and appropriate copied URLs from Azure portal to [CS Stars support team](https://www.marshclearsight.com/support/). They set this setting to have the SAML SSO connection set properly on both sides.
129+
To configure single sign-on on **CS Stars** side, you need to send the downloaded **Federation Metadata XML** and appropriate copied URLs from Azure portal to [CS Stars support team](http://www.riskonnectclearsight.com/support/). They set this setting to have the SAML SSO connection set properly on both sides.
130130

131131
### Create an Azure AD test user
132132

@@ -181,7 +181,7 @@ In this section, you enable Britta Simon to use Azure single sign-on by granting
181181

182182
### Create CS Stars test user
183183

184-
In this section, you create a user called Britta Simon in CS Stars. Work with [CS Stars support team](https://www.marshclearsight.com/support/) to add the users in the CS Stars platform. Users must be created and activated before you use single sign-on.
184+
In this section, you create a user called Britta Simon in CS Stars. Work with [CS Stars support team](http://www.riskonnectclearsight.com/support/) to add the users in the CS Stars platform. Users must be created and activated before you use single sign-on.
185185

186186
### Test single sign-on
187187

articles/automation/automation-dsc-cd-chocolatey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ intro. In a nutshell, Chocolatey allows you to install packages from a central r
4040
packages into a Windows system using the command line. You can create and manage your own
4141
repository, and Chocolatey can install packages from any number of repositories that you designate.
4242

43-
Desired State Configuration (DSC) ([overview](/powershell/dsc/overview)) is a PowerShell tool that
43+
Desired State Configuration (DSC) ([overview](/powershell/scripting/dsc/overview/overview)) is a PowerShell tool that
4444
allows you to declare the configuration that you want for a machine. For example, you can say, "I
4545
want Chocolatey installed, I want IIS installed, I want port 80 opened, I want version 1.0.0 of my
4646
website installed." The DSC Local Configuration Manager (LCM) implements that configuration. A DSC

articles/automation/automation-dsc-compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For information about passing PSCredentials as parameters, see [Credential Asset
133133

134134
**Composite Resources** allow you to use DSC configurations as nested resources inside of a
135135
configuration. This enables you to apply multiple configurations to a single resource. See
136-
[Composite resources: Using a DSC configuration as a resource](/powershell/dsc/authoringresourcecomposite)
136+
[Composite resources: Using a DSC configuration as a resource](/powershell/scripting/dsc/resources/authoringresourcecomposite)
137137
to learn more about **Composite Resources**.
138138

139139
> [!NOTE]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ The `<netMsmqBinding/>` element of the WCF configuration file below instructs WC
305305
| **SDL Phase** | Build |
306306
| **Applicable Technologies** | .NET Framework 3 |
307307
| **Attributes** | Client Credential Type - None |
308-
| **References** | [MSDN](https://msdn.microsoft.com/library/ff648500.aspx), [Fortify](https://vulncat.fortify.com/en/detail?id=desc.semantic.dotnet.wcf_misconfiguration_anonymous_message_client) |
308+
| **References** | [MSDN](https://msdn.microsoft.com/library/ff648500.aspx), [Fortify](https://community.microfocus.com/t5/UFT-Discussions/UFT-API-Test-with-WCF-wsHttpBinding/m-p/600927) |
309309
| **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. |
310310

311311
### Example
@@ -321,7 +321,7 @@ The `<netMsmqBinding/>` element of the WCF configuration file below instructs WC
321321
| **SDL Phase** | Build |
322322
| **Applicable Technologies** | Generic, .NET Framework 3 |
323323
| **Attributes** | Client Credential Type - None |
324-
| **References** | [MSDN](https://msdn.microsoft.com/library/ff648500.aspx), [Fortify](https://vulncat.fortify.com/en/detail?id=desc.semantic.dotnet.wcf_misconfiguration_anonymous_transport_client) |
324+
| **References** | [MSDN](https://msdn.microsoft.com/library/ff648500.aspx), [Fortify](https://community.microfocus.com/t5/UFT-Discussions/UFT-API-Test-with-WCF-wsHttpBinding/m-p/600927) |
325325
| **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. |
326326

327327
### Example

articles/security/fundamentals/azure-log-integration-ad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can also open a [support request](../../azure-supportability/how-to-create-a
7070
## Next steps
7171
To learn more about Azure Log Integration, see:
7272

73-
* [Microsoft Azure Log Integration for Azure logs](https://www.microsoft.com/download/details.aspx?id=53324): This Download Center page gives details, system requirements, and installation instructions for Azure Log Integration.
73+
* [Microsoft Azure Log Integration for Azure logs](https://azure.microsoft.com/services/monitor/): This Download Center page gives details, system requirements, and installation instructions for Azure Log Integration.
7474
* [Introduction to Azure Log Integration](azure-log-integration-overview.md): This article introduces you to Azure Log Integration, its key capabilities, and how it works.
7575
* [Azure Log Integration FAQ](azure-log-integration-faq.md): This article answers questions about Azure Log Integration.
7676
* [New features for Azure Diagnostics and Azure audit logs](https://azure.microsoft.com/blog/new-features-for-azure-diagnostics-and-azure-audit-logs/): This blog post introduces you to Azure audit logs and other features that help you gain insights into the operations of your Azure resources.

0 commit comments

Comments
 (0)