I have a SSO authentication question.
In my Active Directory, my UPN suffix login and my SAM account do not have the sames
domains.
Example :
UPN : dominique.test(a)abc.com
Sam account : domtest(a)local.lan
On the VM portal, I am able to connect with dominique.test(a)abc.com but not with
domtest(a)local.lan (I have the following message:server_error: Cannot resolve principal
'domtest(a)local.lan'
If I connect to the VM PORTAL with dominique.test(a)abc.com, when I click on "RDP
Console" to get the link, the login of the RDP is dominique.test(a)local.lan. So I have
to manually change the login to dominique.test(a)abc.com.
Is it possible to use the Sam account domtes(a)local.lan instead of the UPN ?
if not, is it possible to adjust the consol.rdp configuration and include the domain
abc.com instead of local.lan ?
In research I found this, but I don't have access.
How to authenticate with Active directory when UPN suffix and Forest Name are different
using AAA LDAP extension - Red Hat C
https://access.redhat.com/solutions/2332561
Thank you