Skip to content

Commit

Permalink
add audience to ext-jwt-signer
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Jan 17, 2025
1 parent c9de29c commit 4dd271b
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 @@ -4219,6 +4219,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 @@ -67,4 +67,7 @@ definitions:
scopes:
type: array
items:
type: string
type: string
audience:
type: string
x-nullable: true

0 comments on commit 4dd271b

Please sign in to comment.