Код: Выделить всё
app = PublicClientApplication(
client_id=...,
authority=...,
enable_broker_on_linux=True,
)
token_response = app.acquire_token_interactive(
scopes=[...],
parent_window_handle=app.CONSOLE_WINDOW_HANDLE,
)
Код: Выделить всё
{'error': 'broker_error', 'error_description': 'redirectUri is NULL or EMPTY|illegal_argument_exception....}
Что мне не хватает?>
Подробнее здесь: https://stackoverflow.com/questions/798 ... nux-broker
Мобильная версия