You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/saas-apps/cs-stars-tutorial.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ To configure Azure AD single sign-on with CS Stars, perform the following steps:
108
108
`https://<subdomain>.csstars.com/enterprise/`
109
109
110
110
> [!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.
112
112
113
113
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.
114
114
@@ -126,7 +126,7 @@ To configure Azure AD single sign-on with CS Stars, perform the following steps:
126
126
127
127
### Configure CS Stars Single Sign-On
128
128
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.
130
130
131
131
### Create an Azure AD test user
132
132
@@ -181,7 +181,7 @@ In this section, you enable Britta Simon to use Azure single sign-on by granting
181
181
182
182
### Create CS Stars test user
183
183
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.
Copy file name to clipboardExpand all lines: articles/application-gateway/end-to-end-ssl-portal.md
+38-35Lines changed: 38 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Quickstart - Configure end-to-end SSL encryption with Azure Application Gateway - Azure portal | Microsoft Docs
3
-
description: Learn how to use the Azure portal to create an Azure Application Gateway with end-to-end SSL encryption.
3
+
description: Learn how to use the Azure portal to create an application gateway with end-to-end SSL encryption.
4
4
services: application-gateway
5
5
author: vhorne
6
6
ms.service: application-gateway
@@ -11,7 +11,7 @@ ms.custom: mvc
11
11
---
12
12
# Configure end-to-end SSL by using Application Gateway with the portal
13
13
14
-
This article shows you how to use the Azure portal to configure end-to-end SSL encryption with an application gateway v1 SKU.
14
+
This article describes how to use the Azure portal to configure end-to-end Secure Sockets Layer (SSL) encryption through Azure Application Gateway v1 SKU.
@@ -20,94 +20,97 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
20
20
21
21
## Before you begin
22
22
23
-
To configure end-to-end SSL with an Application Gateway, a certificate is required for the gateway and certificates are required for the back-end servers. The gateway certificate is used to derive a symmetric key as per SSL protocol specification. The symmetric key is then used to encrypt and decrypt the traffic sent to the gateway. For end-to-end SSL encryption, the right back-end servers must be allowed in the application gateway. To do this, upload the public certificate of the back-end servers, also known as Authentication Certificates (v1) or Trusted Root Certificates (v2), to the Application Gateway. Adding the certificate ensures that the Application Gateway only communicates with known back-end instances. This further secures the end-to-end communication.
23
+
To configure end-to-end SSL with an application gateway, you need a certificate for the gateway. Certificates are also required for the back-end servers. The gateway certificate is used to derive a symmetric key in compliance with the SSL protocol specification. The symmetric key is then used to encrypt and decrypt the traffic sent to the gateway.
24
+
25
+
For end-to-end SSL encryption, the right back-end servers must be allowed in the application gateway. To allow this access, upload the public certificate of the back-end servers, also known as Authentication Certificates (v1) or Trusted Root Certificates (v2), to the application gateway. Adding the certificate ensures that the application gateway communicates only with known back-end instances. This configuration further secures end-to-end communication.
24
26
25
27
To learn more, see [SSL termination and end-to-end SSL](https://docs.microsoft.com/azure/application-gateway/ssl-overview).
26
28
27
29
## Create a new application gateway with end-to-end SSL
28
30
29
-
To create a new application gateway with end-to-end SSL encryption, you'll need to first enable SSL termination while creating a new application gateway. This will enable SSL encryption for the communication between the client and application gateway. Then, you'll need to whitelist certificates for backend servers in the HTTP settings to enable SSL encryption for the communication between the application gateway and backend servers, accomplishing end-to-end SSL encryption.
31
+
To create a new application gateway with end-to-end SSL encryption, you'll need to first enable SSL termination while creating a new application gateway. This action enables SSL encryption for communication between the client and application gateway. Then, you'll need to put on the Safe Recipients list the certificates for the back-end servers in the HTTP settings. This configuration enables SSL encryption for communication between the application gateway and the back-end servers. That accomplishes end-to-end SSL encryption.
30
32
31
33
### Enable SSL termination while creating a new application gateway
32
34
33
-
Refer to this article to understand how to[enable SSL termination while creating a new application gateway](https://docs.microsoft.com/azure/application-gateway/create-ssl-portal).
35
+
To learn more, see[enable SSL termination while creating a new application gateway](https://docs.microsoft.com/azure/application-gateway/create-ssl-portal).
34
36
35
-
### Add authentication/root certificate of back-end servers
37
+
### Add authentication/root certificates of back-end servers
36
38
37
39
1. Select **All resources**, and then select **myAppGateway**.
38
40
39
-
2. Select **HTTP settings** from the left menu. Azure automatically created a default HTTP setting, **appGatewayBackendHttpSettings**, when you created the application gateway.
41
+
2. Select **HTTP settings** from the left-side menu. Azure automatically created a default HTTP setting, **appGatewayBackendHttpSettings**, when you created the application gateway.
40
42
41
43
3. Select **appGatewayBackendHttpSettings**.
42
44
43
-
4. Under **Protocol**, select **HTTPS**. A pane for **Backend authentication certificates or Trusted root certificates**will appear.
45
+
4. Under **Protocol**, select **HTTPS**. A pane for **Backend authentication certificates or Trusted root certificates**appears.
44
46
45
-
5.Choose**Create new**.
47
+
5.Select**Create new**.
46
48
47
-
6.Enter a suitable **Name**.
49
+
6.In the **Name** field, enter a suitable name.
48
50
49
-
7. Select the certificate file using the **Upload CER certificate** box.
51
+
7. Select the certificate file in the **Upload CER certificate** box.
50
52
51
-
For Standard and WAF (v1) Application Gateways, you should upload the public key of your backend server certificate in .cer format.
53
+
For Standard and WAF (v1) application gateways, you should upload the public key of your back-end server certificate in .cer format.
For Standard_v2 and WAF_v2 Application Gateways, you should upload the **root certificate** of the backend server certificate in .cer format. If the backend certificate is issued by a well-known CA, you can check the "Use Well Known CA certificate" box and there is no need to upload a certificate.
57
+
For Standard_v2 and WAF_v2 application gateways, you should upload the root certificate of the back-end server certificate in .cer format. If the back-end certificate is issued by a well-known certificate authority (CA), you can select the **Use Well Known CA Certificate** check box, and then you don't have to upload a certificate.
## Enable end-to-end SSL for existing application gateway
65
+
## Enable end-to-end SSL for an existing application gateway
64
66
65
-
To configure an existing application gateway with end-to-end SSL encryption, you'll need to first enable SSL termination in the listener. This will enable SSL encryption for the communication between the client and application gateway. Then, you'll need to whitelist certificates for backend servers in the HTTP settings to enable SSL encryption for the communication between the application gateway and backend servers, accomplishing end-to-end SSL encryption.
67
+
To configure an existing application gateway with end-to-end SSL encryption, you must first enable SSL termination in the listener. This action enables SSL encryption for communication between the client and the application gateway. Then, put those certificates for back-end servers in the HTTP settings on the Safe Recipients list. This configuration enables SSL encryption for communication between the application gateway and the back-end servers. That accomplishes end-to-end SSL encryption.
66
68
67
-
You'll need to use a listener with HTTPS protocol and certificate for enabling SSL termination. So, you can either choose to use an existing listener with HTTPS protocol and certificate, or create a new listener. In case you choose the former, you can ignore the below mentioned steps to **Enable SSL termination in existing application gateway**and directly move to **Add authentication/trusted root certificates for back-end servers** section. If you choose the latter, use these steps.
69
+
You'll need to use a listener with the HTTPS protocol and a certificate for enabling SSL termination. You can either use an existing listener that meets those conditions or create a new listener. If you choose the former option, you can ignore the following "Enable SSL termination in an existing application gateway" section and move directly to the "Add authentication/trusted root certificates for backend servers" section.
68
70
69
-
### Enable SSL termination in existing application gateway
71
+
If you choose the latter option, apply the steps in the following procedure.
72
+
### Enable SSL termination in an existing application gateway
70
73
71
74
1. Select **All resources**, and then select **myAppGateway**.
72
75
73
-
2. Select **Listeners** from the left menu.
76
+
2. Select **Listeners** from the left-side menu.
74
77
75
-
3.Choose between**Basic**and**Multi-site** listener as per your requirement.
78
+
3.Select either**Basic**or**Multi-site** listener depending on your requirements.
76
79
77
-
4. Under **Protocol**, select **HTTPS**. A pane for **Certificate**will appear.
80
+
4. Under **Protocol**, select **HTTPS**. A pane for **Certificate**appears.
78
81
79
-
5. Upload the PFX certificate that you intend to use for SSL termination between the client and application gateway.
82
+
5. Upload the PFX certificate you intend to use for SSL termination between the client and the application gateway.
80
83
81
84
> [!NOTE]
82
-
> For testing purposes, you can use a self-signed certificate. but not advised for production workloads as they are harder to manage and not completely secure. Learn how to[create a self-signed certificate](https://docs.microsoft.com/azure/application-gateway/create-ssl-portal#create-a-self-signed-certificate).
85
+
> For testing purposes, you can use a self-signed certificate. However, this is not advised for production workloads, because they're harder to manage and aren't completely secure. For more info, see[create a self-signed certificate](https://docs.microsoft.com/azure/application-gateway/create-ssl-portal#create-a-self-signed-certificate).
83
86
84
-
6. Add other required settings for the **Listener** as per your requirement.
87
+
6. Add other required settings for the **Listener**, depending on your requirements.
85
88
86
89
7. Select **OK** to save.
87
90
88
91
### Add authentication/trusted root certificates of back-end servers
89
92
90
93
1. Select **All resources**, and then select **myAppGateway**.
91
94
92
-
2. Select **HTTP settings** from the left menu. You can either whitelist certificates in an existing backend HTTP setting or create a new HTTP setting. In the below step, we will whitelist certificate for the default HTTP setting, **appGatewayBackendHttpSettings**.
95
+
2. Select **HTTP settings** from the left-side menu. You can either put certificates in an existing back-end HTTP setting on the Safe Recipients list or create a new HTTP setting. (In the next step, the certificate for the default HTTP setting, **appGatewayBackendHttpSettings**, is added to the Safe Recipients list.)
93
96
94
97
3. Select **appGatewayBackendHttpSettings**.
95
98
96
-
4. Under **Protocol**, select **HTTPS**. A pane for **Backend authentication certificates or Trusted root certificates**will appear.
99
+
4. Under **Protocol**, select **HTTPS**. A pane for **Backend authentication certificates or Trusted root certificates**appears.
97
100
98
-
5.Choose**Create new**.
101
+
5.Select**Create new**.
99
102
100
-
6.Enter suitable**Name**.
103
+
6.In the**Name** field, enter a suitable name.
101
104
102
-
7. Select the certificate file using the **Upload CER certificate** box.
105
+
7. Select the certificate file in the **Upload CER certificate** box.
103
106
104
-
For Standard and WAF (v1) Application Gateways, you should upload the public key of your backend server certificate in .cer format.
107
+
For Standard and WAF (v1) application gateways, you should upload the public key of your back-end server certificate in .cer format.
For Standard_v2 and WAF_v2 Application Gateways, you should upload the **root certificate** of the backend server certificate in .cer format. If the backend certificate is issued by a well-known CA, you can check the "Use Well Known CA certificate" box and there is no need to upload a certificate.
111
+
For Standard_v2 and WAF_v2 application gateways, you should upload the root certificate of the back-end server certificate in .cer format. If the back-end certificate is issued by a well-known CA, you can select the **Use Well Known CA Certificate** check box, and then you don't have to upload a certificate.
|**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. |
310
310
311
311
### Example
@@ -321,7 +321,7 @@ The `<netMsmqBinding/>` element of the WCF configuration file below instructs WC
|**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. |
0 commit comments