diff --git a/idn/beta/securitySchemes/OAuth2.yaml b/idn/beta/securitySchemes/OAuth2.yaml index 56290999..bdb15cb1 100644 --- a/idn/beta/securitySchemes/OAuth2.yaml +++ b/idn/beta/securitySchemes/OAuth2.yaml @@ -4,8 +4,8 @@ description: >- [Best Practices: IdentityNow REST API Authentication](https://developer.sailpoint.com/idn/api/authentication) flows: authorizationCode: - authorizationUrl: 'https://tenant.identitynow.com/oauth/authorize' - tokenUrl: 'https://tenant.identitynow.com/oauth/token' + authorizationUrl: 'https://tenant.login.sailpoint.com/oauth/authorize' + tokenUrl: 'https://tenant.api.identitynow.com/oauth/token' scopes: 'idn:task-definition:read': Task Definition read access 'idn:task-definition:write': Task Definition write access diff --git a/idn/sailpoint-api.beta.yaml b/idn/sailpoint-api.beta.yaml index a356a4db..83bcc938 100644 --- a/idn/sailpoint-api.beta.yaml +++ b/idn/sailpoint-api.beta.yaml @@ -988,7 +988,7 @@ components: "sp:scopes:default": "default scope" "sp:scopes:all": "access to all scopes" authorizationCode: - authorizationUrl: https://tenant.identitynow.com/oauth/authorize + authorizationUrl: https://tenant.login.sailpoint.com/oauth/authorize tokenUrl: https://tenant.api.identitynow.com/oauth/token scopes: "sp:scopes:default": "default scope" diff --git a/idn/sailpoint-api.cc.yaml b/idn/sailpoint-api.cc.yaml index 5c0182c9..b75ed038 100644 --- a/idn/sailpoint-api.cc.yaml +++ b/idn/sailpoint-api.cc.yaml @@ -36,7 +36,7 @@ components: "sp:scopes:default": "default scope" "sp:scopes:all": "access to all scopes" authorizationCode: - authorizationUrl: https://tenant.identitynow.com/oauth/authorize + authorizationUrl: https://tenant.login.sailpoint.com/oauth/authorize tokenUrl: https://tenant.api.identitynow.com/oauth/token scopes: "sp:scopes:default": "default scope" diff --git a/idn/sailpoint-api.v2.yaml b/idn/sailpoint-api.v2.yaml index 79301e23..3d05b8eb 100644 --- a/idn/sailpoint-api.v2.yaml +++ b/idn/sailpoint-api.v2.yaml @@ -34,7 +34,7 @@ components: "sp:scopes:default": "default scope" "sp:scopes:all": "access to all scopes" authorizationCode: - authorizationUrl: https://tenant.identitynow.com/oauth/authorize + authorizationUrl: https://tenant.login.sailpoint.com/oauth/authorize tokenUrl: https://tenant.api.identitynow.com/oauth/token scopes: "sp:scopes:default": "default scope" diff --git a/idn/sailpoint-api.v3.yaml b/idn/sailpoint-api.v3.yaml index 4708f32d..d0b449d5 100644 --- a/idn/sailpoint-api.v3.yaml +++ b/idn/sailpoint-api.v3.yaml @@ -1269,7 +1269,7 @@ components: "sp:scopes:default": "default scope" "sp:scopes:all": "access to all scopes" authorizationCode: - authorizationUrl: https://tenant.identitynow.com/oauth/authorize + authorizationUrl: https://tenant.login.sailpoint.com/oauth/authorize tokenUrl: https://tenant.api.identitynow.com/oauth/token scopes: "sp:scopes:default": "default scope"