Skip to content

Commit

Permalink
Add org to introspection response (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdinunzio authored Mar 14, 2024
1 parent 5680c4e commit 77f681f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Add org to introspection response",
"packageName": "@itwin/service-authorization",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface IntrospectionResponse {
aud?: string | string[];
scope: string;
sub?: string;
org?: string;
nbf?: number;
token_type?: string;
}
Expand Down

0 comments on commit 77f681f

Please sign in to comment.