File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/active-directory/develop Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ static async Task<AuthenticationResult> GetATokenForGraph()
68
68
}
69
69
catch (MsalUiRequiredException ex )
70
70
{
71
- // No token found in the cache or AAD insists that a form interactive auth is required (e.g. the tenant admin turned on MFA)
71
+ // No token found in the cache or Azure AD insists that a form interactive auth is required (e.g. the tenant admin turned on MFA)
72
72
// If you want to provide a more complex user experience, check out ex.Classification
73
73
74
74
return await AcquireByDeviceCodeAsync (pca );
@@ -253,7 +253,7 @@ if accounts:
253
253
result = app.acquire_token_silent(config[" scope" ], account = chosen)
254
254
255
255
if not result:
256
- logging.info(" No suitable token exists in cache. Let's get a new one from AAD ." )
256
+ logging.info(" No suitable token exists in cache. Let's get a new one from Azure AD ." )
257
257
258
258
flow = app.initiate_device_flow(scopes = config[" scope" ])
259
259
if " user_code" not in flow:
You can’t perform that action at this time.
0 commit comments