-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
Hi,
I think there is a mistake in the composition of the login URL. The .com in the following code ist hard coded so if someone wants to login from EMEA with .ie its not working.
this.Navigate($"https:\\\\login.{Environment}.com/authorize?client_id={ClientId}&response_type=token&redirect_uri={RedirectUri}");
(Line 169 in OAuthWebBrowser.cs)
Can you please remove the .com and change the PureCloudEnvironment.MyPureCloud to "mypurecloud.com".
Regards,
Sven