Skip to content

Commit b2b5820

Browse files
test remove security schema for sandbox
1 parent 0135fca commit b2b5820

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

sandbox/api/openapi.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ servers:
1212
url: http://127.0.0.1:3000
1313
- description: Public sandbox
1414
url: https://sandbox-server.nhs.uk/nhs-notify-supplier-api
15-
security:
16-
- app-level0: []
1715
tags:
1816
- description: ""
1917
name: letter
@@ -1209,22 +1207,6 @@ components:
12091207
type: number
12101208
type: object
12111209
securitySchemes:
1212-
nhs-login-p0:
1213-
description: |
1214-
# NHS Login P0 authentication
1215-
1216-
This is a user-restricted authentication pattern for Patient Access to
1217-
NHS Digital APIs. For a full description of our authentication and
1218-
authorization patterns please see the [Security and authorisation page](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation).
1219-
flows:
1220-
authorizationCode:
1221-
authorizationUrl: /oauth2/authorize
1222-
scopes: {}
1223-
tokenUrl: /oauth2/token
1224-
x-tokenExchange:
1225-
tokenUrl: /oauth2/token
1226-
scopes: {}
1227-
type: oauth2
12281210
app-level0:
12291211
description: |
12301212
# Application level 0 authentication

0 commit comments

Comments
 (0)