Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
options=["--audiences"],
arg_group="Properties",
help="The aud value in the token sent to Azure for getting the user-assigned managed identity token. The value configured in the federated credential and the one in the incoming token must exactly match for Azure to issue the access token.",
default=["api://AzureADTokenExchange"],
)
_args_schema.issuer = AAZStrArg(
options=["--issuer"],
Expand Down
Loading