Skip to content

Commit 08bcd9b

Browse files
Merge pull request #287941 from dknappettmsft/sso-kerberos-link
Sso kerberos link
2 parents d324c6f + 7149e6c commit 08bcd9b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-desktop/configure-single-sign-on.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,21 +195,21 @@ To configure the service principal, use the [Microsoft Graph PowerShell SDK](/po
195195
Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup -ServicePrincipalId $WCLspId -TargetDeviceGroupId "<Group object ID>"
196196
```
197197

198-
## Create a Kerberos Server object
198+
## Create a Kerberos server object
199199

200-
If your session hosts meet the following criteria, you must [Create a Kerberos Server object](../active-directory/authentication/howto-authentication-passwordless-security-key-on-premises.md#create-a-kerberos-server-object):
200+
If your session hosts meet the following criteria, you must create a Kerberos server object. For more information, see [Enable passwordless security key sign-in to on-premises resources by using Microsoft Entra ID](/entra/identity/authentication/howto-authentication-passwordless-security-key-on-premises), specifically the section to [Create a Kerberos Server object](../active-directory/authentication/howto-authentication-passwordless-security-key-on-premises.md#create-a-kerberos-server-object):
201201

202-
- Your session host is Microsoft Entra hybrid joined. You must have a Kerberos Server object to complete authentication to a domain controller.
202+
- Your session host is Microsoft Entra hybrid joined. You must have a Kerberos server object to complete authentication to a domain controller.
203203

204-
- Your session host is Microsoft Entra joined and your environment contains Active Directory domain controllers. You must have a Kerberos Server object for users to access on-premises resources, such as SMB shares, and Windows-integrated authentication to websites.
204+
- Your session host is Microsoft Entra joined and your environment contains Active Directory domain controllers. You must have a Kerberos server object for users to access on-premises resources, such as SMB shares and Windows-integrated authentication to websites.
205205

206206
> [!IMPORTANT]
207-
> If you enable single sign-on on Microsoft Entra hybrid joined session hosts without creating a Kerberos server object, one of the following things can happen:
207+
> If you enable single sign-on on Microsoft Entra hybrid joined session hosts without creating a Kerberos server object, one of the following things can happen when you try to connect to a remote session:
208208
>
209209
> - You receive an error message saying the specific session doesn't exist.
210210
> - Single sign-on will be skipped and you see a standard authentication dialog for the session host.
211211
>
212-
> To resolve these issues, create the Kerberos Server object, then connect again.
212+
> To resolve these issues, create the Kerberos server object, then connect again.
213213
214214
## Review your conditional access policies
215215

0 commit comments

Comments
 (0)