Skip to content

Commit 7149e6c

Browse files
committed
AVD SSO updates kerberos server object link
1 parent 1cdd747 commit 7149e6c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,22 +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. The following document gives an explaination and steps on how to create a Kerberos Server Object:
201-
[Create a Kerberos Server object](../active-directory/authentication/howto-authentication-passwordless-security-key-on-premises.md#):
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):
202201

203-
- 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.
204203

205-
- 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.
206205

207206
> [!IMPORTANT]
208-
> 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:
209208
>
210209
> - You receive an error message saying the specific session doesn't exist.
211210
> - Single sign-on will be skipped and you see a standard authentication dialog for the session host.
212211
>
213-
> 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.
214213
215214
## Review your conditional access policies
216215

0 commit comments

Comments
 (0)