Skip to content

Commit 919e110

Browse files
authored
Merge pull request #5585 from lashinijay/update-configs-get-scope-required
Update scope required for /configs GET endpoints
2 parents 4c1e2d1 + ec0d588 commit 919e110

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

en/identity-server/next/docs/apis/organization-apis/restapis/configs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ paths:
1616
description: |
1717
Retrieve server configs of the organization.
1818
19-
<b>Scope(Permission) required:</b> `internal_login`
19+
<b>Scope(Permission) required:</b> `internal_org_config_view`
2020
responses:
2121
'200':
2222
description: Successful Response
@@ -61,7 +61,7 @@ paths:
6161
description: |
6262
Retrieve SAML2 inbound authentication configurations of the organization.
6363
64-
<b>Scope(Permission) required:</b> `internal_login`
64+
<b>Scope(Permission) required:</b> `internal_org_config_view`
6565
operationId: getSAMLInboundAuthConfig
6666
responses:
6767
'200':
@@ -189,7 +189,7 @@ paths:
189189
description: |
190190
Retrieve WS Federation (Passive STS) inbound authentication configurations of the organization.
191191
192-
<b>Scope(Permission) required:</b> `internal_login`
192+
<b>Scope(Permission) required:</b> `internal_org_config_view`
193193
operationId: getPassiveSTSInboundAuthConfig
194194
responses:
195195
'200':

en/identity-server/next/docs/apis/restapis/configs.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ paths:
1717
description: |
1818
Retrieve Server Configs
1919
20-
<b>Scope(Permission) required:</b> `internal_login`
20+
<b>Scope(Permission) required:</b> `internal_config_view`
2121
responses:
2222
'200':
2323
description: Successful Response
@@ -118,7 +118,7 @@ paths:
118118
description: |
119119
Retrieve Server Inbound SCIM Configs
120120
121-
<b>Scope(Permission) required:</b> `internal_login`
121+
<b>Scope(Permission) required:</b> `internal_config_view`
122122
responses:
123123
'200':
124124
description: Successful Response
@@ -216,7 +216,7 @@ paths:
216216
description: |
217217
List available local authenticators of the server
218218
219-
<b>Scope(Permission) required:</b> `internal_login`
219+
<b>Scope(Permission) required:</b> `internal_config_view`
220220
parameters:
221221
- $ref: '#/components/parameters/typeQueryParam'
222222
responses:
@@ -270,7 +270,7 @@ paths:
270270
description: |
271271
By passing in the appropriate authenticator ID, you can retrieve authenticator details
272272
273-
<b>Scope(Permission) required:</b> `internal_login`
273+
<b>Scope(Permission) required:</b> `internal_config_view`
274274
parameters:
275275
- name: authenticator-id
276276
in: path
@@ -356,7 +356,7 @@ paths:
356356
description: |
357357
Retrieve the tenant CORS configuration.
358358
359-
<b>Scope(Permission) required:</b> `internal_login`
359+
<b>Scope(Permission) required:</b> `internal_config_view`
360360
responses:
361361
'200':
362362
description: Successful Response
@@ -503,7 +503,7 @@ paths:
503503
description: |
504504
Retrieve Schemas supported by Server.
505505
506-
<b>Scope(Permission) required:</b> `internal_login`
506+
<b>Scope(Permission) required:</b> `internal_config_view`
507507
responses:
508508
'200':
509509
description: Successful Response
@@ -552,7 +552,7 @@ paths:
552552
description: |
553553
By passing in the appropriate schema ID, you can retrieve attributes of a schema supported by the Server.
554554
555-
<b>Scope(Permission) required:</b> `internal_login`
555+
<b>Scope(Permission) required:</b> `internal_config_view`
556556
parameters:
557557
- name: schema-id
558558
in: path
@@ -605,7 +605,7 @@ paths:
605605
description: |
606606
Retrieve Remote Logging Configurations
607607
608-
<b>Scope(Permission) required:</b> `internal_login`
608+
<b>Scope(Permission) required:</b> `internal_config_view`
609609
responses:
610610
'200':
611611
description: Successful Response
@@ -759,7 +759,7 @@ paths:
759759
description: |
760760
Retrieve Remote Logging Configurations by log type.
761761
762-
<b>Scope(Permission) required:</b> `internal_login`
762+
<b>Scope(Permission) required:</b> `internal_config_view`
763763
parameters:
764764
- name: log-type
765765
in: path
@@ -926,7 +926,7 @@ paths:
926926
description: |
927927
Retrieve server SAML2 inbound authentication configurations.
928928
929-
<b>Scope(Permission) required:</b> `internal_login`
929+
<b>Scope(Permission) required:</b> `internal_config_view`
930930
operationId: getSAMLInboundAuthConfig
931931
responses:
932932
'200':
@@ -1054,7 +1054,7 @@ paths:
10541054
description: |
10551055
Retrieve WS Federation (Passive STS) inbound authentication configurations.
10561056
1057-
<b>Scope(Permission) required:</b> `internal_login`
1057+
<b>Scope(Permission) required:</b> `internal_config_view`
10581058
operationId: getPassiveSTSInboundAuthConfig
10591059
responses:
10601060
'200':

0 commit comments

Comments
 (0)