Skip to content

Commit 9cd709c

Browse files
committed
edits from SW
1 parent a6e68bd commit 9cd709c

17 files changed

+30
-20
lines changed

docs/getting-started/gs-faqs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Here are some frequently asked questions for publishers using the UID2 framework
6767
- [How can I test the refresh token workflow?](#how-can-i-test-the-refresh-token-workflow)
6868
- [What is the uniqueness and rotation policy for UID2 tokens?](#what-is-the-uniqueness-and-rotation-policy-for-uid2-tokens)
6969
- [What does a UID2 token look like in the bidstream?](#what-does-a-uid2-token-look-like-in-the-bidstream)
70-
- [Can I integrate UID2 with SSO login?](#can-i-integrate-uid2-with-sso-login)
70+
- [Can I integrate UID2 with Single Sign-On (SSO)?](#can-i-integrate-uid2-with-single-sign-on-sso)
7171

7272
#### How can I test that the DII sent and the returned token match up?
7373

@@ -148,9 +148,9 @@ There are many ways to approach UID2 implementation. Here is one example of a co
148148

149149
<ExampleTokenInBidstream />
150150

151-
#### Can I integrate UID2 with SSO login?
151+
#### Can I integrate UID2 with Single Sign-On (SSO)?
152152

153-
Yes. With popular SSO integration options such as Sign in with Google, Facebook Login, Sign in with Apple, or OpenPass, you can retrieve the email address and use it to generate a UID2.
153+
Yes. With popular <a href="../ref-info/glossary-uid#gl-sso">SSO</a> integration options such as Sign in with Google, Facebook Login, Sign in with Apple, or OpenPass, you can retrieve the email address and use it to generate a UID2.
154154

155155
For details, see [Publisher Integration with SSO Providers](/docs/ref-info/ref-integration-sso-providers.md).
156156

docs/guides/integration-ctv-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ The following table shows supported operating systems, with links to applicable
8383
| [Apple tvOS](https://developer.apple.com/tvos/) | [UID2 Client-Server Integration Guide for Mobile](../guides/integration-mobile-client-server.md) | [SDK for iOS Reference Guide](../sdks/sdk-ref-ios.md) |
8484
| [Android TV](https://www.android.com/tv/) | [UID2 Client-Server Integration Guide for Mobile](../guides/integration-mobile-client-server.md) | [SDK for Android Reference Guide](../sdks/sdk-ref-android.md) |
8585

86-
## Integrating with SSO
86+
## Integrating with Single Sign-On (SSO)
8787

8888
<IntegratingWithSSO />

docs/guides/integration-google-ss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The following sample implementations are available to illustrate how to integrat
121121

122122
Each sample implementation has its own instructions.
123123

124-
## Integrating with SSO
124+
## Integrating with Single Sign-On (SSO)
125125

126126
<IntegratingWithSSO />
127127

docs/guides/integration-javascript-client-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The client lifecycle is complete when the user decides to log out from the publi
157157
</script>
158158
```
159159

160-
## Integrating with SSO
160+
## Integrating with Single Sign-On (SSO)
161161

162162
<IntegratingWithSSO />
163163

docs/guides/integration-javascript-client-side.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,6 @@ function bytesToBase64(bytes) {
387387
}
388388
```
389389
390-
## Integrating with SSO
390+
## Integrating with Single Sign-On (SSO)
391391
392392
<IntegratingWithSSO />

docs/guides/integration-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ For detailed instructions, refer to one of the following integration guides:
7171
- [Client-Side Integration Guide for JavaScript](integration-javascript-client-side.md)
7272
- [Client-Server Integration Guide for JavaScript](integration-javascript-client-server.md)
7373

74-
## Integrating with SSO
74+
## Integrating with Single Sign-On (SSO)
7575

7676
<IntegratingWithSSO />

docs/guides/integration-mobile-client-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ The UID2 integration with Prebid Mobile SDK requires version 1.6.0 of the UID2 S
315315

316316
<PrebidMobileSDK />
317317

318-
## Integrating with SSO
318+
## Integrating with Single Sign-On (SSO)
319319

320320
<IntegratingWithSSO />
321321

docs/guides/integration-mobile-client-side.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ The UID2 integration with Prebid Mobile SDK requires version 1.6.0 of the UID2 S
725725
726726
<PrebidMobileSDK />
727727
728-
## Integrating with SSO
728+
## Integrating with Single Sign-On (SSO)
729729
730730
<IntegratingWithSSO />
731731

docs/guides/integration-mobile-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ Some error responses indicate a networking problem resulting in your app not be
170170

171171
Another good troubleshooting step is to enable logging. For details, see [Enable Logging](integration-mobile-client-side.md#enable-logging).
172172

173-
## Integrating with SSO
173+
## Integrating with Single Sign-On (SSO)
174174

175175
<IntegratingWithSSO />

docs/guides/integration-prebid-client-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,6 @@ if you're using Prebid.js, and you're planning to pass UID2 tokens to Google usi
377377
- In your Google Ad Manager account, make sure that encrypted signals are properly shared with third-party bidders: see [Allow Secure Signals Sharing](integration-google-ss.md#allow-secure-signals-sharing).
378378
- Update your Prebid.js configuration: see [Optional: Enable Secure Signals in Prebid.js](integration-google-ss.md#optional-enable-secure-signals-in-prebidjs).
379379

380-
## Integrating with SSO
380+
## Integrating with Single Sign-On (SSO)
381381

382382
<IntegratingWithSSO />

0 commit comments

Comments
 (0)