Skip to content

Commit 64ef148

Browse files
committed
link fix + TIP wording
1 parent 1a8bc1c commit 64ef148

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/active-directory/develop/msal-ios-shared-devices.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,16 @@ parameters.loginHint = self.loginHintTextField.text;
173173

174174
### Globally sign out a user
175175

176-
The following code removes the signed-in account and clears cached tokens from not only the app, but also from the device that's in shared device mode. It does not clear the data from your application. You must clear the data from your application, as well as clear any cached data your application may be displaying to the user.
176+
The following code removes the signed-in account and clears cached tokens from not only the app, but also from the device that's in shared device mode. It does not, however, clear the *data* from your application. You must clear the data from your application, as well as clear any cached data your application may be displaying to the user.
177177

178178
#### Clear browser state
179179

180-
In this public preview version, the [Microsoft Enterprise SSO plug-in for Apple devices](apple-sso-plugin.md) clears state only for applications. It does not clear state on the Safari browser. We recommend you manually clear browser session to ensure no traces of user state are left behind. You can use the optional `signoutFromBrowser` property shown below to clear any cookies. This will cause the browser to briefly launch on the device. Microsoft plans to resolve this issue prior to general availability (GA) of this feature.
180+
In this public preview version, the [Microsoft Enterprise SSO plug-in for Apple devices](apple-sso-plugin.md) clears state only for applications. It does not clear state on the Safari browser. We recommend you manually clear browser session to ensure no traces of user state are left behind. You can use the optional `signoutFromBrowser` property shown below to clear any cookies. This will cause the browser to briefly launch on the device.
181+
182+
Microsoft plans to resolve this issue prior to general availability (GA) of this feature.
181183

182184
> [!TIP]
183-
> In a future version this feature, the Microsoft Enterprise SSO plug-in for Apple devices will automatically add credentials to and remove them from the Safari browser on the shared device. Upon release of this feature, we recommend you rely on this to clear your browser state.
185+
> In a future release of this feature, the Microsoft Enterprise SSO plug-in for Apple devices will automatically add credentials to and remove them from the Safari browser on the shared device. When released, this documentation will be updated to include a recommendation that you rely on the new functionality to clear the browser state.
184186
185187
#### Swift
186188

articles/active-directory/develop/msal-shared-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ An organization's device administrators are able to deploy their devices and you
7777

7878
We support iOS and Android platforms for shared device mode. Review the documentation below for your platform to begin supporting Firstline Workers in your applications.
7979

80-
* [Supporting shared device mode for iOS](/msal-ios-shared-devices.md)
80+
* [Supporting shared device mode for iOS](msal-ios-shared-devices.md)
8181
* [Supporting shared device mode for Android](msal-android-shared-devices.md)

0 commit comments

Comments
 (0)