Skip to content

Commit 9711358

Browse files
committed
NPA-4670: Specified apigee app header more
1 parent 2721e33 commit 9711358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxies/live/apiproxy/policies/AssignMessage.AddAuthHeaders.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Header name="accesstoken.auth_level">{toUpperCase(accesstoken.auth_level)}</Header>
77
<Header name="accesstoken.auth_user_id">{accesstoken.auth_user_id}</Header>
88
<Header name="accesstoken.auth_vot">{jwt.DecodeAccessTokenJWT.claim.vot}</Header>
9-
<Header name="app">{app}</Header>
9+
<Header name="caller-app">{app}</Header>
1010
</Headers>
1111
</Add>
1212
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>

0 commit comments

Comments
 (0)