Skip to content

Commit

Permalink
WIP: Testing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Luo authored and rayluo committed Aug 9, 2023
1 parent 34b5f63 commit b4b7df5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/msaltest.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ def main():
{"client_id": AZURE_CLI, "name": "Azure CLI (Correctly configured for MSA-PT)"},
{"client_id": VISUAL_STUDIO, "name": "Visual Studio (Correctly configured for MSA-PT)"},
{"client_id": "95de633a-083e-42f5-b444-a4295d8e9314", "name": "Whiteboard Services (Non MSA-PT app. Accepts AAD & MSA accounts.)"},
{"client_id": "289a413d-284b-4303-9c79-94380abe5d22", "name": "Ray's test app"}, # TODO: Decide whether to publish this app
{"client_id": "7e5e53b7-864a-40bc-903f-89708a6af755", "name": "mac broker test app"}, # TODO: Remove this app
],
option_renderer=lambda a: a["name"],
header="Impersonate this app (or you can type in the client_id of your own app)",
Expand Down

0 comments on commit b4b7df5

Please sign in to comment.