Skip to content

Commit

Permalink
fix: additional_id_token_audiences key in config schema (#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Nov 14, 2023
1 parent ade1a5a commit 9396bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedx/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
"type": "string",
"examples": ["12345678-1234-1234-1234-123456789012"]
},
"allowed_id_token_audiences": {
"additional_id_token_audiences": {
"title": "Additional client ids allowed when using ID token submission",
"type": "array",
"items": {
Expand Down

0 comments on commit 9396bb0

Please sign in to comment.