Skip to content

Commit 59ae7b2

Browse files
Update eligibility-signposting-api.yaml to add additional auth header requests
Ask proxygen to add additional authentication headers to help us support app auth based requests.
1 parent c8f40bf commit 59ae7b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

specification/eligibility-signposting-api.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,16 @@ x-nhsd-apim:
10611061
target-identity:
10621062
- name: nhs-login-nhs-number
10631063
header: "nhs-login-nhs-number"
1064+
- name: id_token-subject
1065+
header: "app-auth-id-token-subject"
1066+
- name: id_token
1067+
header: "app-auth-id-token"
1068+
- name: auth_type
1069+
header: "app-auth-type"
1070+
- name: auth_user_id
1071+
header: "app-auth-user-id"
1072+
- name: id_token-id-assurance-level
1073+
header: "app-auth-id-token-id-assurance-level"
10641074
target-attributes:
10651075
- name: id
10661076
required: false

0 commit comments

Comments
 (0)