We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f821b2d commit 48a7bd3Copy full SHA for 48a7bd3
msal/application.py
@@ -1980,7 +1980,7 @@ def acquire_token_interactive(
1980
return self._process_broker_response(response, scopes, data)
1981
1982
if auth_scheme:
1983
- raise ValueError("auth_scheme is currently only available from broker")
+ raise ValueError(self._AUTH_SCHEME_UNSUPPORTED)
1984
on_before_launching_ui(ui="browser")
1985
telemetry_context = self._build_telemetry_context(
1986
self.ACQUIRE_TOKEN_INTERACTIVE)
0 commit comments