Skip to content

Commit 3e2cc9a

Browse files
Refactor bluemix to cloud.ibm (#9)
Refactor bluemix to cloud.ibm
2 parents db7c63f + 7c882df commit 3e2cc9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static class String
5151
/// <summary>
5252
/// URL for IBM Cloud onboarding
5353
/// </summary>
54-
public const string IBM_CLOUD_URL = "http://console.bluemix.net/registration";
54+
public const string IBM_CLOUD_URL = "https://cloud.ibm.com/registration";
5555
/// <summary>
5656
/// The version of the Unity SDK Core
5757
/// </summary>

Utilities/Credentials.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ private void SetCredentials(TokenOptions iamTokenOptions, string serviceUrl = nu
215215
{
216216
if (!string.IsNullOrEmpty(serviceUrl))
217217
Url = serviceUrl;
218-
_iamUrl = !string.IsNullOrEmpty(iamTokenOptions.IamUrl) ? iamTokenOptions.IamUrl : "https://iam.bluemix.net/identity/token";
218+
_iamUrl = !string.IsNullOrEmpty(iamTokenOptions.IamUrl) ? iamTokenOptions.IamUrl : "https://iam.cloud.ibm.com/identity/token";
219219
_iamTokenData = new IamTokenData();
220220

221221
if (!string.IsNullOrEmpty(iamTokenOptions.IamApiKey))

0 commit comments

Comments
 (0)