Skip to content

Commit

Permalink
Add audience to client api for ext-jwt listing
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Jan 17, 2025
1 parent 4a55e69 commit cbde6fb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
3 changes: 3 additions & 0 deletions client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4076,6 +4076,9 @@ definitions:
- name
- externalAuthUrl
properties:
audience:
type: string
x-nullable: true
clientId:
type: string
x-nullable: true
Expand Down
8 changes: 8 additions & 0 deletions rest_client_api_server/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions rest_model/client_external_jwt_signer_detail.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion source/client/ext-jwt-signers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ definitions:
scopes:
type: array
items:
type: string
type: string
audience:
type: string
x-nullable: true

0 comments on commit cbde6fb

Please sign in to comment.