Skip to content

Commit 4816321

Browse files
authored
Merge pull request #5020 from piraveena/dcr
Remove application_type and response_types from DCR endpoint
2 parents 80f185c + 7a0dc64 commit 4816321

File tree

5 files changed

+0
-42
lines changed

5 files changed

+0
-42
lines changed

en/asgardeo/docs/apis/restapis/oauth-dcr.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ paths:
111111
"authorization_code",
112112
"password"
113113
],
114-
"application_type": "string",
115114
"jwks_uri": "string",
116115
"url": "string",
117116
"ext_param_client_id": "string",
@@ -125,9 +124,6 @@ paths:
125124
"request_uris": [
126125
"string"
127126
],
128-
"response_types": [
129-
"string"
130-
],
131127
"ext_param_sp_template": "string",
132128
"backchannel_logout_uri": "string",
133129
"backchannel_logout_session_required": true
@@ -321,8 +317,6 @@ components:
321317
<li>implicit</li>
322318
<li>password</li>
323319
</ul>"
324-
application_type:
325-
type: string
326320
jwks_uri:
327321
type: string
328322
url:
@@ -339,10 +333,6 @@ components:
339333
type: array
340334
items:
341335
type: string
342-
response_types:
343-
type: array
344-
items:
345-
type: string
346336
ext_param_sp_template:
347337
type: string
348338
backchannel_logout_uri:

en/identity-server/6.0.0/docs/apis/restapis/oauth-dcr.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,6 @@ components:
290290
type: array
291291
items:
292292
type: string
293-
application_type:
294-
type: string
295293
jwks_uri:
296294
type: string
297295
url:
@@ -312,10 +310,6 @@ components:
312310
type: array
313311
items:
314312
type: string
315-
response_types:
316-
type: array
317-
items:
318-
type: string
319313
ext_param_sp_template:
320314
type: string
321315
backchannel_logout_uri:

en/identity-server/6.1.0/docs/apis/restapis/oauth-dcr.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,6 @@ components:
290290
type: array
291291
items:
292292
type: string
293-
application_type:
294-
type: string
295293
jwks_uri:
296294
type: string
297295
url:
@@ -312,10 +310,6 @@ components:
312310
type: array
313311
items:
314312
type: string
315-
response_types:
316-
type: array
317-
items:
318-
type: string
319313
ext_param_sp_template:
320314
type: string
321315
backchannel_logout_uri:

en/identity-server/7.0.0/docs/apis/restapis/oauth-dcr.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ paths:
127127
"grant_types": [
128128
"string"
129129
],
130-
"application_type": "string",
131130
"jwks_uri": "string",
132131
"url": "string",
133132
"ext_param_client_id": "string",
@@ -141,9 +140,6 @@ paths:
141140
"request_uris": [
142141
"string"
143142
],
144-
"response_types": [
145-
"string"
146-
],
147143
"ext_param_sp_template": "string",
148144
"backchannel_logout_uri": "string",
149145
"backchannel_logout_session_required": true
@@ -364,8 +360,6 @@ components:
364360
type: array
365361
items:
366362
type: string
367-
application_type:
368-
type: string
369363
jwks_uri:
370364
type: string
371365
url:
@@ -386,10 +380,6 @@ components:
386380
type: array
387381
items:
388382
type: string
389-
response_types:
390-
type: array
391-
items:
392-
type: string
393383
ext_param_sp_template:
394384
type: string
395385
backchannel_logout_uri:

en/identity-server/next/docs/apis/restapis/oauth-dcr.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ paths:
127127
"grant_types": [
128128
"string"
129129
],
130-
"application_type": "string",
131130
"jwks_uri": "string",
132131
"url": "string",
133132
"ext_param_client_id": "string",
@@ -141,9 +140,6 @@ paths:
141140
"request_uris": [
142141
"string"
143142
],
144-
"response_types": [
145-
"string"
146-
],
147143
"ext_param_sp_template": "string",
148144
"backchannel_logout_uri": "string",
149145
"backchannel_logout_session_required": true
@@ -364,8 +360,6 @@ components:
364360
type: array
365361
items:
366362
type: string
367-
application_type:
368-
type: string
369363
jwks_uri:
370364
type: string
371365
url:
@@ -386,10 +380,6 @@ components:
386380
type: array
387381
items:
388382
type: string
389-
response_types:
390-
type: array
391-
items:
392-
type: string
393383
ext_param_sp_template:
394384
type: string
395385
backchannel_logout_uri:

0 commit comments

Comments
 (0)