From 20c314841fcbc1b5fc59c60c57fbaafa8115dfb6 Mon Sep 17 00:00:00 2001 From: scooley Date: Fri, 10 Jan 2020 09:07:09 -0800 Subject: [PATCH] fixing warnings --- devices/hololens/TOC.md | 2 +- devices/hololens/hololens-identity.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/hololens/TOC.md b/devices/hololens/TOC.md index 6c05262061..d9ff00d3a8 100644 --- a/devices/hololens/TOC.md +++ b/devices/hololens/TOC.md @@ -32,7 +32,7 @@ ## [Create, share, and view photos and video](holographic-photos-and-videos.md) # User management and access management -## [Accounts on HoloLens](hololens-users-and-login.md) +## [Accounts on HoloLens](hololens-identity.md) ## [Share your HoloLens with multiple people](hololens-multiple-users.md) ## [Set up HoloLens as a kiosk (single application access)](hololens-kiosk.md) ## [Set up limited application access](hololens-kiosk.md) diff --git a/devices/hololens/hololens-identity.md b/devices/hololens/hololens-identity.md index e4fa459ea8..2a6ce48259 100644 --- a/devices/hololens/hololens-identity.md +++ b/devices/hololens/hololens-identity.md @@ -62,7 +62,7 @@ You can remove device users from the device to reclaim space by going to **Setti ## Using single sign-on within an app -As an app developer, you can take advantage of having a connected identity on HoloLens with the [Windows Account Manager APIs](https://msdn.microsoft.com/library/windows/apps/xaml/windows.security.authentication.web.core.aspx), just as you would on other Windows devices. Some code samples for these APIs are available [here](http://go.microsoft.com/fwlink/p/?LinkId=620621). +As an app developer, you can take advantage of having a connected identity on HoloLens with the [Windows Account Manager APIs](https://msdn.microsoft.com/library/windows/apps/xaml/windows.security.authentication.web.core.aspx), just as you would on other Windows devices. Some code samples for these APIs are available [here](https://go.microsoft.com/fwlink/p/?LinkId=620621). Any account interrupts that may occur such as requesting user consent for account information, two-factor authentication etc. must be handled when the app requests an authentication token.