Skip to content

Commit 5e44dc5

Browse files
Update service-fabric-connect-to-secure-cluster.md
1 parent 5b9156b commit 5e44dc5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/service-fabric/service-fabric-connect-to-secure-cluster.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect securely to an Azure Service Fabric cluster
33
description: Describes how to authenticate client access to a Service Fabric cluster and how to secure communication between clients and a cluster.
44

55
ms.topic: conceptual
6-
ms.date: 01/29/2019
6+
ms.date: 06/22/2022
77
ms.custom: devx-track-csharp
88
---
99
# Connect to a secure cluster
@@ -208,9 +208,6 @@ static X509Credentials GetCredentials(string clientCertThumb, string serverCertT
208208
209209
The following example uses Azure Active Directory for client identity and server certificate for server identity.
210210
211-
> [!WARNING]
212-
>Prior to the Service Fabric SDK 9.0 release, interactive AAD login didn't work. Update to version 9.0 or later to make use of this feature.
213-
214211
A dialog window automatically pops up for interactive sign-in upon connecting to the cluster.
215212
216213
```csharp
@@ -240,7 +237,7 @@ The following example relies on Microsoft.IdentityModel.Clients.ActiveDirectory,
240237
> [!IMPORTANT]
241238
> The [Microsoft.IdentityModel.Clients.ActiveDirectory](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory) NuGet package and Azure AD Authentication Library (ADAL) have been deprecated. No new features have been added since June 30, 2020. We strongly encourage you to upgrade, see the [migration guide](../active-directory/develop/msal-migration.md) for more details.
242239
243-
For more information on AAD token acquisition, see [Microsoft.Identity.Client](/dotnet/api/microsoft.identity.client?view=azure-dotnet&preserve-view=true).
240+
For more information on AAD token acquisition, see [Microsoft.Identity.Client](/dotnet/api/microsoft.identity.client?view=azure-dotnet).
244241
245242
```csharp
246243
string tenantId = "C15CFCEA-02C1-40DC-8466-FBD0EE0B05D2";

0 commit comments

Comments
 (0)