From cc9c05d91c9a0e391b313e6a52eebefb476acf12 Mon Sep 17 00:00:00 2001 From: intenscia Date: Tue, 16 Jul 2024 16:19:31 +1000 Subject: [PATCH] Updated Server to Server to Service to Service --- public/en-us/game-integration/unity/browser.md | 4 ++-- .../web-services/authentication/website-studio-sso.md | 2 +- .../web-services/marketplace/studio-as-purchase-server.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/en-us/game-integration/unity/browser.md b/public/en-us/game-integration/unity/browser.md index 6e18e87..a9771fd 100755 --- a/public/en-us/game-integration/unity/browser.md +++ b/public/en-us/game-integration/unity/browser.md @@ -9,8 +9,8 @@ sidebar_position: 3 The mod.io Unity Engine plugin comes with a configurable in-game UGC browser. -:::warning -> The Browser UI relies on the *config file* that is configured during the [setup instructions](/unity/setup/). Ensure you have completed all of those steps before proceeding. +:::warning +The Browser UI relies on the *config file* that is configured during the [setup instructions](/unity/setup/). Ensure you have completed all of those steps before proceeding. ::: The Browser UI is incredibly simple to set up, and completely avoids the complexity that can come with building a full-featured mod browser: diff --git a/public/en-us/web-services/authentication/website-studio-sso.md b/public/en-us/web-services/authentication/website-studio-sso.md index 9c7dc9b..a5fcb74 100644 --- a/public/en-us/web-services/authentication/website-studio-sso.md +++ b/public/en-us/web-services/authentication/website-studio-sso.md @@ -221,7 +221,7 @@ Once an account link to a identity provider belonging to a game has been unlinke ### Studio-initiated unlinking -There may be instances where a studio needs to programmatically remove the link between a players mod.io account and your identity provider, such as when a player requests an account deletion. In such cases, it's crucial to integrate our S2S (Server to Server) API into your automated processes to ensure the removal of orphaned identity provider connections associated with mod.io accounts. Please refer to the endpoint below for S2S-facilitated connection removal to which you must use [S2S Authentication](/web-services/authentication/s2s/) to accomplish. +There may be instances where a studio needs to programmatically remove the link between a players mod.io account and your identity provider, such as when a player requests an account deletion. In such cases, it's crucial to integrate our S2S (Service to Service) API into your automated processes to ensure the removal of orphaned identity provider connections associated with mod.io accounts. Please refer to the endpoint below for S2S-facilitated connection removal to which you must use [S2S Authentication](/web-services/authentication/s2s/) to accomplish. #### Request diff --git a/public/en-us/web-services/marketplace/studio-as-purchase-server.md b/public/en-us/web-services/marketplace/studio-as-purchase-server.md index 95d9781..b773332 100644 --- a/public/en-us/web-services/marketplace/studio-as-purchase-server.md +++ b/public/en-us/web-services/marketplace/studio-as-purchase-server.md @@ -163,9 +163,9 @@ Refer to the table below to determine if you can defer entitlement state where t | Google Play Store | No | Apple App Store | No -::::warning +:::warning In the event your are unable to consume the entitlement, potentially due to it already being consumed or due to an unforeseen error - you must **not** finalize the transaction and instead abandon continuing until you have successfully consumed the entitlement. -:::: +::: ### 3. Confirming Transaction @@ -260,9 +260,9 @@ The scenario described is considered fraudulent behavior as a player could conti For the scenario described above, it is critical to a healthy marketplace within your titles that clawback events are processed by your purchase server, and if eligible, relayed to mod.io for action. -::::warning +:::warning Failing to inform mod.io's clawback API of fraudulent behavior you are notified of may result in your title's marketplace functionality being disabled and potentially removed. -:::: +::: #### Clawback handling for yet to be consumed entitlements