Skip to content

Commit

Permalink
Add email property to introspection response (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: Gytis Cepkauskas <GytisCepk@users.noreply.github.com>
  • Loading branch information
GytisCepk and GytisCepk authored Nov 27, 2024
1 parent dd4d688 commit 273bf94
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": "patch",
"comment": "Add email property to introspection response",
"packageName": "@itwin/service-authorization",
"email": "GytisCepk@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface IntrospectionResponse {
iss?: string;
jti?: string;
username?: string;
email?: string;
aud?: string | string[];
scope: string;
sub?: string;
Expand Down

0 comments on commit 273bf94

Please sign in to comment.