Skip to content

Commit

Permalink
Add the 'application_id' claim to the '/verifyApiKey' response
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Jun 1, 2023
2 parents 44c9c1e + 7ffc259 commit b21bce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<AdditionalClaims>
<Claim name="client_id" ref="apikey"/>
<Claim name="api_product_list" ref="apiProductList" type="string" array="true"/>
<Claim name="application_id" ref="AccessEntity.ChildNodes.Access-App-Info.App.AppId"/>
<Claim name="application_name" ref="appName"/>
<Claim name="developer_email" ref="AccessEntity.ChildNodes.Access-Developer-Info.Developer.Email"/>
</AdditionalClaims>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<AdditionalClaims>
<Claim name="client_id" ref="apikey"/>
<Claim name="api_product_list" ref="apiProductList" type="string" array="true"/>
<Claim name="application_id" ref="AccessEntity.ChildNodes.Access-App-Info.App.AppId"/>
<Claim name="application_name" ref="appName"/>
<Claim name="developer_email" ref="AccessEntity.ChildNodes.Access-Developer-Info.Developer.Email"/>
</AdditionalClaims>
Expand Down

0 comments on commit b21bce7

Please sign in to comment.