We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4733f8 commit 1fbdd0cCopy full SHA for 1fbdd0c
ibm_cloud_sdk_core/iam_token_manager.py
@@ -60,7 +60,7 @@ class IAMTokenManager(JWTTokenManager):
60
scope: The "scope" to use when fetching the bearer token from the IAM token server.
61
This can be used to obtain an access token with a specific scope.
62
"""
63
- DEFAULT_IAM_URL = 'https://iam.cloud.ibm.com/identity/token'
+ DEFAULT_IAM_URL = 'https://iam.cloud.ibm.com'
64
CONTENT_TYPE = 'application/x-www-form-urlencoded'
65
OPERATION_PATH = "/identity/token"
66
REQUEST_TOKEN_GRANT_TYPE = 'urn:ibm:params:oauth:grant-type:apikey'
0 commit comments