Hi,
I have a CRM server with Active Directory(AD) configured on it. It has two services running (http and https). In order to authenticate, i am using User Principal Name(UPN) that i get from the wsdl.
Now, the problem is for http, i am getting the UPN in the format Username@domain (Username@MSD.ABC.COM) whereas for https, i get it in the format Domain\Username (MSD\Username). My authentication is going fine for http but fails for https. If i hardcode
the UPN to what i get from http, even the https authentication goes fine.
So, I have two questions:
1. Is it possible to configure the https service to give the UPN in the format (username@domain).
2. Is it possible to convert Domain\Username to Username@FullDomainName.
Thanks
Aayush