Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Review changes
  • Loading branch information
abhidnya13 committed Apr 7, 2020
commit c3cfbca1c7045630a48165ec5834684451cc17c9
5 changes: 3 additions & 2 deletions tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,8 @@ def test_b2c_acquire_token_by_auth_code(self):
"""
self._test_acquire_token_by_auth_code(
authority=self._build_b2c_authority("B2C_1_SignInPolicy"),
client_id="b876a048-55a5-4fc5-9403-f5d90cb1c852", port=3843,
client_id="b876a048-55a5-4fc5-9403-f5d90cb1c852",
port=3843, # Lab defines 4 of them: [3843, 4584, 4843, 60000]
scope=["https://msidlabb2c.onmicrosoft.com/msaapp/user_impersonation"]
)

Expand All @@ -528,7 +529,7 @@ def test_b2c_acquire_token_by_ropc(self):
client_id="e3b9ad76-9763-4827-b088-80c7a7888f79",
username="[email protected]",
password=self.get_lab_user_secret("msidlabb2c"),
scope=["https://msidlabb2c.onmicrosoft.com/msidlabb2capi/read"]
scope=["https://msidlabb2c.onmicrosoft.com/msidlabb2capi/read"],
)


Expand Down