2026-02-12T10:21:55.9356768Z DEBUG:asyncio:Using selector: EpollSelector 2026-02-12T10:21:55.9394384Z DEBUG:msrest.universal_http.requests:Configuring retry: max_retries=3, backoff_factor=0.8, max_backoff=90 2026-02-12T10:21:55.954533Z DEBUG:msrest.universal_http.requests:Configuring retry: max_retries=3, backoff_factor=0.8, max_backoff=90 2026-02-12T10:21:55.9545517Z DEBUG:urllib3.util.retry:Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None) 2026-02-12T10:21:55.9545557Z DEBUG:msal.authority:Initializing with Entra authority: https://login.microsoftonline.com/botframework.com 2026-02-12T10:21:55.9545588Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): login.microsoftonline.com:443 2026-02-12T10:21:55.9985216Z DEBUG:urllib3.connectionpool:https://login.microsoftonline.com:443 "GET /botframework.com/v2.0/.well-known/openid-configuration HTTP/1.1" 200 1964 2026-02-12T10:21:56.0000402Z DEBUG:msal.authority:openid_config("https://login.microsoftonline.com/botframework.com/v2.0/.well-known/openid-configuration") = {'token_endpoint': 'https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/oauth2/v2.0/token', 'token_endpoint_auth_methods_supported': ['client_secret_post', 'private_key_jwt', 'client_secret_basic', 'self_signed_tls_client_auth'], 'jwks_uri': 'https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/discovery/v2.0/keys', 'response_modes_supported': ['query', 'fragment', 'form_post'], 'subject_types_supported': ['pairwise'], 'id_token_signing_alg_values_supported': ['RS256'], 'response_types_supported': ['code', 'id_token', 'code id_token', 'id_token token'], 'scopes_supported': ['openid', 'profile', 'email', 'offline_access'], 'issuer': 'https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/v2.0', 'request_uri_parameter_supported': False, 'userinfo_endpoint': 'https://graph.microsoft.com/oidc/userinfo', 'authorization_endpoint': 'https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/oauth2/v2.0/authorize', 'device_authorization_endpoint': 'https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/oauth2/v2.0/devicecode', 'http_logout_supported': True, 'frontchannel_logout_supported': True, 'end_session_endpoint': 'https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/oauth2/v2.0/logout', 'claims_supported': ['sub', 'iss', 'cloud_instance_name', 'cloud_instance_host_name', 'cloud_graph_host_name', 'msgraph_host', 'aud', 'exp', 'iat', 'auth_time', 'acr', 'nonce', 'preferred_username', 'name', 'tid', 'ver', 'at_hash', 'c_hash', 'email'], 'kerberos_endpoint': 'https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/kerberos', 'mtls_endpoint_aliases': {'token_endpoint': 'https://mtlsauth.microsoft.com/d6d49420-f39b-4df7-a1dc-d59a935871db/oauth2/v2.0/token'}, 'tls_client_certificate_bound_access_tokens': True, 'tenant_region_scope': 'NA', 'cloud_instance_name': 'microsoftonline.com', 'cloud_graph_host_name': 'graph.windows.net', 'msgraph_host': 'graph.microsoft.com', 'rbac_url': 'https://pas.windows.net'} 2026-02-12T10:21:56.00006Z DEBUG:msal.application:Broker enabled? None 2026-02-12T10:21:56.0000662Z DEBUG:msal.application:Region to be used: None 2026-02-12T10:21:56.0033133Z DEBUG:msal.telemetry:Generate or reuse correlation_id: a3b532dc-3ab4-4d20-b4c3-3ca12a9f5c7a 2026-02-12T10:21:56.6088274Z DEBUG:urllib3.connectionpool:https://login.microsoftonline.com:443 "POST /d6d49420-f39b-4df7-a1dc-d59a935871db/oauth2/v2.0/token HTTP/1.1" 200 1614 2026-02-12T10:21:56.6097097Z DEBUG:msal.token_cache:event={ 2026-02-12T10:21:56.6097288Z "client_id": "fc60af25-4922-4ab2-85b1-03810b7e6ea7", 2026-02-12T10:21:56.6097321Z "data": { 2026-02-12T10:21:56.6097348Z "claims": null, 2026-02-12T10:21:56.6097406Z "scope": [ 2026-02-12T10:21:56.6097433Z "https://api.botframework.com/.default" 2026-02-12T10:21:56.6097459Z ] 2026-02-12T10:21:56.6097483Z }, 2026-02-12T10:21:56.6097507Z "environment": "login.microsoftonline.com", 2026-02-12T10:21:56.6097532Z "grant_type": "client_credentials", 2026-02-12T10:21:56.6097557Z "params": null, 2026-02-12T10:21:56.6097581Z "response": { 2026-02-12T10:21:56.6097605Z "access_token": "********", 2026-02-12T10:21:56.6097631Z "expires_in": 86399, 2026-02-12T10:21:56.6097658Z "ext_expires_in": 86399, 2026-02-12T10:21:56.6097685Z "refresh_in": 43199, 2026-02-12T10:21:56.6097724Z "token_type": "Bearer" 2026-02-12T10:21:56.6097751Z }, 2026-02-12T10:21:56.6097778Z "scope": [ 2026-02-12T10:21:56.6097806Z "https://api.botframework.com/.default" 2026-02-12T10:21:56.6097832Z ], 2026-02-12T10:21:56.6097863Z "token_endpoint": "https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/oauth2/v2.0/token" 2026-02-12T10:21:56.609789Z } 2026-02-12T10:21:56.6108656Z DEBUG:msrest.universal_http:Configuring redirects: allow=True, max=30 2026-02-12T10:21:56.6108748Z DEBUG:msrest.universal_http:Configuring request: timeout=100, verify=True, cert=None 2026-02-12T10:21:56.610878Z DEBUG:msrest.universal_http:Configuring proxies: '' 2026-02-12T10:21:56.6108809Z DEBUG:msrest.universal_http:Evaluate proxies against ENV settings: True 2026-02-12T10:21:56.6119841Z DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): smba.trafficmanager.net:443 2026-02-12T10:21:56.6763701Z DEBUG:urllib3.connectionpool:https://smba.trafficmanager.net:443 "POST /amer/86dd60b0-86b8-4604-be2a-6d607879e676/v3/conversations/a%3A1O_dHtq6p_zqRsq0JEwotG4qYhNq3QmVOrLpxiDpNq3IhhrePtzOq5uuaM9e82beV-06vwUiLrP0bzRT_Z3_FQMHwomF3a1-bmJ_opHWpAFXwgcK9YRetXaS_FJmmVj0V/activities/1770891713607 HTTP/1.1" 401 61 2026-02-12T10:21:56.6769833Z DEBUG:msrest.exceptions:Operation returned an invalid status code 'Unauthorized' 2026-02-12T10:21:56.71323Z user_message: /help 2026-02-12T10:21:56.7132592Z DEBUG: Status Code: 401 2026-02-12T10:21:56.7132619Z DEBUG: Response Body: {"message":"Authorization has been denied for this request."}