Files
developer.sailpoint.com/api-specs/idn/beta/paths/auth-org-config.yaml
github-actions[bot] 44504ff0ab Deploy to GitHub pages
2023-07-24 14:20:28 +00:00

27 lines
700 B
YAML

get:
operationId: getAuthOrgConfig
tags:
- Auth Org Configuration
summary: Get Auth Org Configuration
description: >-
This gets the details of an org's auth configuration.
Requires security scope of: 'sp:auth-org:read'
responses:
'200':
description: Auth org configuration for the tenant.
content:
application/json:
schema:
$ref: '../schemas/AuthOrgConfiguration.yaml'
'401':
$ref: '../../v3/responses/401.yaml'
'403':
$ref: '../../v3/responses/403.yaml'
'404':
$ref: '../../v3/responses/404.yaml'
'500':
$ref: '../../v3/responses/500.yaml'
# security:
# - oauth2: [sp:auth-org:read]