Skip to content

Commit 094e87d

Browse files
authored
Add reference to tauri
1 parent 506fc4e commit 094e87d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/active-directory/develop/msal-error-handling-js.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ When calling an API requiring Conditional Access, you can receive a claims chall
144144
145145
See [How to use Continuous Access Evaluation enabled APIs in your applications](./app-resilience-continuous-access-evaluation.md) for more detail.
146146
147+
### Using other frameworks
148+
149+
Using toolkits like Tauri for regisitered single page applications (SPAs) with the identity platform are not recognized for production apps. This is because SPAs only support URLs that start with `https` for production apps and `http://localhost` for local development. Prefixes like `tauri://localhost` cannot be used for browser apps. This format can only be supported for mobile or web apps as they have a confidential component unlike browser apps.
150+
147151
[!INCLUDE [Active directory error handling retries](./includes/error-handling-and-tips/error-handling-retries.md)]
148152

149153
## Next steps

0 commit comments

Comments
 (0)