Skip to content

Commit 230affd

Browse files
ziyuheheziyuhehe
andauthored
Upgrade (#25)
Co-authored-by: ziyuhehe <[email protected]>
1 parent cfebe32 commit 230affd

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For more information, see [Chrome v80 Cookie Behavior and the Impact on MicroStr
8686

8787
## The Partitioned Cookie Change
8888

89-
Before MicroStrategy 2024 Update 6, when the Library server and the client website are in different domains, the Embedding SDK requires third-party cookies to be allowed to work correctly. In the past, Chrome's default setting was only "Block third-party cookies in Incognito mode", so the customer can use Embedding SDK without changing the Chrome settings.
89+
Before MicroStrategy ONE June 2024, when the Library server and the client website are in different domains, the Embedding SDK requires third-party cookies to be allowed to work correctly. In the past, Chrome's default setting was only "Block third-party cookies in Incognito mode", so the customer can use Embedding SDK without changing the Chrome settings.
9090

9191
![The default Chrome preference](./images/chrome-preference.png)
9292

@@ -96,4 +96,4 @@ To avoid the changes of third-party cookies default setting breaking the Embeddi
9696

9797
![The partitioned cookie setting](./images/partitioned-cookie.png)
9898

99-
After this change, the customer can use most of the Embedding SDK functionalities even if 3rd party cookies are blocked in the Chrome preference. But for the SAML/OIDC login, the old workflow changes, and the user need to do more to make it work. The details can be seen in [SAML or OIDC authentication after MicroStrategy 2024 Update 6](./support-for-different-authentication-environments/authentication-saml#for-microstrategy-2024-update-6-or-after).
99+
After this change, the customer can use most of the Embedding SDK functionalities even if 3rd party cookies are blocked in the Chrome preference. But for the SAML/OIDC login, the old workflow changes, and the user need to do more to make it work. The details can be seen in [SAML or OIDC authentication after MicroStrategy ONE June 2024](./support-for-different-authentication-environments/authentication-saml.md#for-microstrategy-2024-update-6-or-after).

docs/native-embedding-architecture/embed-bot-visualizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Embed multiple bot visualizations on a page
33
description: Embed multiple bot visualizations on a page
44
---
55

6-
<Available since="2024 Update 3"/>
6+
<Available since="MicroStrategy One March 2024"/>
77

88
## Purpose
99

docs/native-embedding-architecture/mstr-bot-visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: MstrBotVisualization class
33
description: MstrBotVisualization class
44
---
55

6-
<Available since="2024 Update 3"/>
6+
<Available since="MicroStrategy One March 2024"/>
77

88
The object returned from the `MstrBot.renderVisualization()` function, which allows access to the MicroStrategy bot visualization object.
99

docs/native-embedding-architecture/mstr-bot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: MstrBot class
33
description: MstrBot class
44
---
55

6-
<Available since="2024 Update 3"/>
6+
<Available since="MicroStrategy One March 2024"/>
77

88
The object returned from the `MstrEnvironment.loadBot()` function, which allows access to the MicroStrategy bot object.
99

docs/support-for-different-authentication-environments/authentication-saml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ You may encounter some difficulties in this workflow:
3131
- This might be caused by your strict CSP settings. If your [COOP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy)(Cross-Origin-Opener-Policy) setting is [same-origin](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy#same-origin), the MicroStrategy Library Web login page can't get the Client Application window so can't send messages to it.
3232
- In this case, you need to change your COOP setting to [unsafe-none](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy#unsafe-none), which is the default value. Then the login process will work.
3333

34-
## For MicroStrategy 2024 Update 6 or after
34+
## For MicroStrategy ONE June 2024 or after
3535

36-
In MicroStrategy 2024 Update 6, we add the [partitioned cookie change](../config#the-partitioned-cookie-change) to enable the customer to use the Embedding SDK even if third-party cookies are blocked. But if third-party cookies are blocked, the old SAML or OIDC login process can't work.
36+
In MicroStrategy ONE June 2024, we add the [partitioned cookie change](../config#the-partitioned-cookie-change) to enable the customer to use the Embedding SDK even if third-party cookies are blocked. But if third-party cookies are blocked, the old SAML or OIDC login process can't work.
3737

3838
You can unblock the third-party cookies manually to support the old workflow, but we recommend you use the new [embedding auth APIs](../support-for-different-authentication-environments/new-authentication-apis.md), which can work in the third-party cookies blocked case, and simplify the SAML or OIDC login logic. You can see the examples in the [playground](https://microstrategy.github.io/playground/?example=g17). A simple code piece would be like this:
3939

docs/whats-new-in-the-embedding-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In each release, changes are made to make the MicroStrategy SDK mor
55

66
In each release, changes are made to make the MicroStrategy SDK more powerful and easier to use.
77

8-
## 2024 Update 6
8+
## MicroStrategy ONE June 2024
99

1010
- [Embed MicroStrategy bot consumption page.](./embed-bot-consumption-page/embed-bot-consumption-page.md)
1111
- Deprecate `botConsumption` object property `snapshot.enabled` to customize UI of the bot consumption page.
@@ -22,7 +22,7 @@ In each release, changes are made to make the MicroStrategy SDK more powerful an
2222
- [New OAuth APIs for SAML and OIDC login.](./support-for-different-authentication-environments/new-authentication-apis.md)
2323
- You can call the new APIs to simplify the original SAML or OIDC workflow.
2424

25-
## 2024 Update 3
25+
## MicroStrategy One March 2024
2626

2727
- Rename 'dossier' into 'dashboard'.
2828
- [Embed Bot Visualizations with Native Embedding SDK.](./native-embedding-architecture/embed-bot-visualizations.md)

0 commit comments

Comments
 (0)