You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#scope=["{}/.default".format(self.app_config["appId"])], # AADSTS500207: The account type can't be used for the resource you're trying to access.
927
+
#scope=["api://{}/.default".format(self.app_config["appId"])], # AADSTS500011: The resource principal named api://ced781e7-bdb0-4c99-855c-d3bacddea88a was not found in the tenant named MSIDLABCIAM2. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.
928
+
scope=self.app_config["scopes"], # It shall ends with "/.default"
929
929
)
930
930
931
931
deftest_ciam_acquire_token_by_ropc(self):
932
+
"""CIAM does not officially support ROPC, especially not for external emails.
933
+
934
+
We keep this test case for now, because the test data will use a local email.
935
+
"""
932
936
# Somehow, this would only work after creating a secret for the test app
0 commit comments