Automated commit by github action: 3138603162

This commit is contained in:
GitHub Action Bot
2022-09-27 20:05:21 +00:00
parent 9274a0bef0
commit 4d2cc0922e
6 changed files with 16 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
get:
operationId: getPublicIdentityConfig
tags:
- Public Identity Config
- Public Identities Config
summary: Get Public Identity Config
description: >-
This gets details of public identity config.
@@ -12,6 +12,8 @@ get:
application/json:
schema:
$ref: '../schemas/PublicIdentityConfig.yaml'
'400':
$ref: '../../v3/responses/400.yaml'
'401':
$ref: '../../v3/responses/401.yaml'
'403':
@@ -23,7 +25,7 @@ get:
put:
operationId: updatePublicIdentityConfig
tags:
- Public Identity Config
- Public Identities Config
summary: Update Public Identity Config
description: >-
This updates the details of public identity config.
@@ -40,6 +42,8 @@ put:
application/json:
schema:
$ref: '../schemas/PublicIdentityConfig.yaml'
'400':
$ref: '../../v3/responses/400.yaml'
'401':
$ref: '../../v3/responses/401.yaml'
'403':

View File

@@ -11,4 +11,4 @@ properties:
url:
type: string
description: URL for the external trigger to invoke
example: https://{tenant}.api.identitynow.com/beta/workflows/execute/external/c17bea3a-574d-453c-9e04-4365fbf5af0b
example: https://tenant.api.identitynow.com/beta/workflows/execute/external/c17bea3a-574d-453c-9e04-4365fbf5af0b

View File

@@ -4,8 +4,8 @@ description: >-
[Best Practices: IdentityNow REST API Authentication](https://developer.sailpoint.com/docs/authentication.html)
flows:
authorizationCode:
authorizationUrl: 'https://{tenant}.identitynow.com/oauth/authorize'
tokenUrl: 'https://{tenant}.identitynow.com/oauth/token'
authorizationUrl: 'https://tenant.identitynow.com/oauth/authorize'
tokenUrl: 'https://tenant.identitynow.com/oauth/token'
scopes:
'idn:task-definition:read': Task Definition read access
'idn:task-definition:write': Task Definition write access

View File

@@ -783,13 +783,13 @@ components:
Learn more about how to find your `tokenUrl` and `authorizationUrl` [in our docs](https://developer.sailpoint.com/docs/authentication.html#finding-your-tenant-s-oauth-details)
flows:
clientCredentials:
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token
tokenUrl: https://tenant.api.identitynow.com/oauth/token
scopes:
'sp:scopes:default': 'default scope'
'sp:scopes:all': 'access to all scopes'
authorizationCode:
authorizationUrl: https://{tenant}.identitynow.com/oauth/authorize
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token
authorizationUrl: https://tenant.identitynow.com/oauth/authorize
tokenUrl: https://tenant.api.identitynow.com/oauth/token
scopes:
'sp:scopes:default': 'default scope'
'sp:scopes:all': 'access to all scopes'

View File

@@ -461,13 +461,13 @@ components:
Learn more about how to find your `tokenUrl` and `authorizationUrl` [in our docs](https://developer.sailpoint.com/docs/authentication.html#finding-your-tenant-s-oauth-details)
flows:
clientCredentials:
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token
tokenUrl: https://tenant.api.identitynow.com/oauth/token
scopes:
'sp:scopes:default': 'default scope'
'sp:scopes:all': 'access to all scopes'
authorizationCode:
authorizationUrl: https://{tenant}.identitynow.com/oauth/authorize
tokenUrl: https://{tenant}.api.identitynow.com/oauth/token
authorizationUrl: https://tenant.identitynow.com/oauth/authorize
tokenUrl: https://tenant.api.identitynow.com/oauth/token
scopes:
'sp:scopes:default': 'default scope'
'sp:scopes:all': 'access to all scopes'

View File

@@ -6,7 +6,7 @@ post:
externalDocs:
description: Learn more about search.
url: https://documentation.sailpoint.com/saas/help/search/index.html
operationId: search
operationId: searchPost
summary: "Perform Search"
parameters:
- $ref: '../parameters/offset.yaml'