Skip to content

Commit ec3b963

Browse files
authored
Add note on using WKWebView in MSAL
1 parent 32b11f4 commit ec3b963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/entra/entra-id/app-integration/repeat-login-prompts-in-msal-ios-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To prevent repeated login prompts, you must allow cookie sharing when you custom
4040
- **Note:** `ASWebAuthenticationSession` is the recommended method for MSAL interactive authentication on iOS 12+. It's the only supported method on iOS 13+. This method is privacy-preserving and shares cookies with system browser. SSO works between MSAL and Safari browser application because they share cookies through the system authentication session.
4141
- Use `WKWebView`
4242
- Use Case: You explicitly configure MSAL to use `WKWebView`, and your app also uses `WKWebView` for related workflows.
43-
43+
4444
- **Note:** You can use `WKWebView` for a consistent experience within your app. However, because it's sandboxed, `WKWebView` doesn't share session cookies with Safari system browser or other apps. This condition limits support for SSO to within your app only.
4545

4646
For more information, see [Customizing webviews and browsers](/azure/active-directory/develop/customize-webviews).

0 commit comments

Comments
 (0)