Skip to content

Commit 73966ef

Browse files
BohoCodeShaun Harrison
authored andcommitted
1395: access token must not require openid scope (#539)
Where an endpoint only requires an access token obtained using a client_credentials grant, that access token should not require the openid scope Issue: SecureApiGateway/SecureApiGateway#1395 (cherry picked from commit c996410)
1 parent a74c757 commit 73966ef

9 files changed

+9
-18
lines changed

config/7.3.0/securebanking/ig/routes/routes-service/33-ob-domestic-payments-access.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"type": "OAuth2ResourceServerFilter",
6666
"config": {
6767
"scopes": [
68-
"payments",
69-
"openid"
68+
"payments"
7069
],
7170
"requireHttps": false,
7271
"realm": "OpenIG",

config/7.3.0/securebanking/ig/routes/routes-service/37-ob-scheduled-domestic-payments-access.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"type": "OAuth2ResourceServerFilter",
6666
"config": {
6767
"scopes": [
68-
"payments",
69-
"openid"
68+
"payments"
7069
],
7170
"requireHttps": false,
7271
"realm": "OpenIG",

config/7.3.0/securebanking/ig/routes/routes-service/40-ob-domestic-standing-order-consent.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
6060
"type": "OAuth2ResourceServerFilter",
6161
"config": {
6262
"scopes": [
63-
"payments",
64-
"openid"
63+
"payments"
6564
],
6665
"requireHttps": false,
6766
"realm": "OpenIG",

config/7.3.0/securebanking/ig/routes/routes-service/42-ob-domestic-standing-orders-access.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"type": "OAuth2ResourceServerFilter",
6666
"config": {
6767
"scopes": [
68-
"payments",
69-
"openid"
68+
"payments"
7069
],
7170
"requireHttps": false,
7271
"realm": "OpenIG",

config/7.3.0/securebanking/ig/routes/routes-service/47-ob-international-payment-access.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"type": "OAuth2ResourceServerFilter",
6666
"config": {
6767
"scopes": [
68-
"payments",
69-
"openid"
68+
"payments"
7069
],
7170
"requireHttps": false,
7271
"realm": "OpenIG",

config/7.3.0/securebanking/ig/routes/routes-service/52-ob-international-scheduled-payment-access.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"type": "OAuth2ResourceServerFilter",
6666
"config": {
6767
"scopes": [
68-
"payments",
69-
"openid"
68+
"payments"
7069
],
7170
"requireHttps": false,
7271
"realm": "OpenIG",

config/7.3.0/securebanking/ig/routes/routes-service/57-ob-international-standing-orders-access.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"type": "OAuth2ResourceServerFilter",
6666
"config": {
6767
"scopes": [
68-
"payments",
69-
"openid"
68+
"payments"
7069
],
7170
"requireHttps": false,
7271
"realm": "OpenIG",

config/7.3.0/securebanking/ig/routes/routes-service/61-ob-file-payment-access.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"type": "OAuth2ResourceServerFilter",
6666
"config": {
6767
"scopes": [
68-
"payments",
69-
"openid"
68+
"payments"
7069
],
7170
"requireHttps": false,
7271
"realm": "OpenIG",

config/7.3.0/securebanking/ig/routes/routes-service/65-ob-domestic-vrps-access.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"type": "OAuth2ResourceServerFilter",
6666
"config": {
6767
"scopes": [
68-
"payments",
69-
"openid"
68+
"payments"
7069
],
7170
"requireHttps": false,
7271
"realm": "OpenIG",

0 commit comments

Comments
 (0)