Skip to content

Commit

Permalink
Automated commit 'Changed OAuth authorize endpoint (#1545)
Browse files Browse the repository at this point in the history
* Changed OAuth authorize endpoint

* Fixed token URL in beta security schemes

* Fixed two more token urls' by github action: 7660730651
  • Loading branch information
tyler-mairose-sp committed Jan 25, 2024
1 parent c6c4019 commit 03cc495
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions idn/beta/securitySchemes/OAuth2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion idn/sailpoint-api.beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion idn/sailpoint-api.cc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion idn/sailpoint-api.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion idn/sailpoint-api.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 03cc495

Please sign in to comment.