Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth Scopes - DO NOT MERGE #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions TS29122_AsSessionWithQoS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-as-session-with-qos/v1'
variables:
Expand Down Expand Up @@ -338,7 +339,8 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope
schemas:
AsSessionWithQoSSubscription:
type: object
Expand Down
6 changes: 4 additions & 2 deletions TS29122_ChargeableParty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-chargeable-party/v1'
variables:
Expand Down Expand Up @@ -287,7 +288,8 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope
schemas:
ChargeableParty:
type: object
Expand Down
6 changes: 4 additions & 2 deletions TS29122_CpProvisioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-cp-parameter-provisioning/v1'
variables:
Expand Down Expand Up @@ -409,7 +410,8 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope
schemas:
CpInfo:
type: object
Expand Down
6 changes: 4 additions & 2 deletions TS29122_DeviceTriggering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-device-triggering/v1'
variables:
Expand Down Expand Up @@ -293,7 +294,8 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope
schemas:
DeviceTriggering:
type: object
Expand Down
6 changes: 4 additions & 2 deletions TS29122_ECRControl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-ecr-control/v1'
variables:
Expand Down Expand Up @@ -99,7 +100,8 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope
schemas:
ECRControl:
type: object
Expand Down
6 changes: 4 additions & 2 deletions TS29122_GMDviaMBMSbyMB2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-group-message-delivery-mb2/v1'
variables:
Expand Down Expand Up @@ -661,7 +662,8 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope
schemas:
TMGIAllocation:
type: object
Expand Down
7 changes: 5 additions & 2 deletions TS29122_GMDviaMBMSbyxMB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-group-message-delivery-xmb/v1'
variables:
Expand Down Expand Up @@ -561,7 +562,9 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope

schemas:
ServiceCreation:
type: object
Expand Down
7 changes: 5 additions & 2 deletions TS29122_MonitoringEvent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-monitoring-event/v1'
variables:
Expand Down Expand Up @@ -297,7 +298,9 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope

schemas:
MonitoringEventSubscription:
type: object
Expand Down
7 changes: 5 additions & 2 deletions TS29122_MsisdnLessMoSms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}'
variables:
Expand Down Expand Up @@ -60,7 +61,9 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope

schemas:
MsisdnLessMoSmsNotification:
type: object
Expand Down
7 changes: 5 additions & 2 deletions TS29122_NIDD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-nidd/v1'
variables:
Expand Down Expand Up @@ -460,7 +461,9 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope

schemas:
NiddConfiguration:
type: object
Expand Down
6 changes: 4 additions & 2 deletions TS29122_NpConfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-network-parameter-configuration/v1'
variables:
Expand Down Expand Up @@ -350,7 +351,8 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope
schemas:
NpConfiguration:
type: object
Expand Down
6 changes: 4 additions & 2 deletions TS29122_PfdManagement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-pfd-management/v1'
variables:
Expand Down Expand Up @@ -404,7 +405,8 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope
schemas:
PfdManagement:
type: object
Expand Down
7 changes: 5 additions & 2 deletions TS29122_ReportingNetworkStatus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-net-stat-report/v1'
variables:
Expand Down Expand Up @@ -239,7 +240,9 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope

schemas:
NetworkStatusReportingSubscription:
type: object
Expand Down
6 changes: 4 additions & 2 deletions TS29122_ResourceManagementOfBdt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials:
- unspecified
servers:
- url: '{apiRoot}/3gpp-bdt/v1'
variables:
Expand Down Expand Up @@ -204,7 +205,8 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope
schemas:
Bdt:
type: object
Expand Down
5 changes: 3 additions & 2 deletions TS29522_TrafficInfluence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ externalDocs:
url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security:
- {}
- oAuth2ClientCredentials: []
- oAuth2ClientCredentials: [unspecified]
servers:
- url: '{apiRoot}/3gpp-traffic-influence/v1'
variables:
Expand Down Expand Up @@ -294,7 +294,8 @@ components:
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
scopes:
unspecified: unspecified scope
schemas:
TrafficInfluSub:
type: object
Expand Down