Skip to content

Commit c79019b

Browse files
committed
edits from MC
1 parent a3bdf85 commit c79019b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/getting-started/gs-faqs.md

Lines changed: 2 additions & 2 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-
- [I have SSO integration on my site—can I get the user emails to generate UID2s?](#i-have-sso-integration-on-my-sitecan-i-get-the-user-emails-to-generate-uid2s)
70+
- [Can I integrate UID2 with SSO login?](#can-i-integrate-uid2-with-sso-login)
7171

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

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

149149
<ExampleTokenInBidstream />
150150

151-
#### I have SSO integration on my site&#8212;can I get the user emails to generate UID2s?
151+
#### Can I integrate UID2 with SSO login?
152152

153153
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.
154154

docs/ref-info/ref-integration-sso-providers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Publisher Integration with SSO Providers
3+
sidebar_label: Publisher SSO Integration
34
description: Information for publishers for using single sign-on (SSO) providers with UID2.
45
hide_table_of_contents: false
56
sidebar_position: 06
@@ -35,7 +36,7 @@ The following options are available for implementing [Sign in with Google](https
3536

3637
### Sign in with Google for Android
3738

38-
Follow the instructions in [Create the Sign in with Google flow](https://developer.android.com/identity/sign-in/credential-manager-siwg#create-sign). Once the token has been validated, you can retrieve the email address by using the [getEmail() method](https://cloud.google.com/java/docs/reference/google-api-client/latest/com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload#com_google_api_client_googleapis_auth_oauth2_GoogleIdToken_Payload_getEmail__) of the identity token payload.
39+
Follow the instructions in [Create the Sign in with Google flow](https://developer.android.com/identity/sign-in/credential-manager-siwg#create-sign). Once the token has been validated, you can retrieve the email address by using the [`getEmail()` method](https://cloud.google.com/java/docs/reference/google-api-client/latest/com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.Payload#com_google_api_client_googleapis_auth_oauth2_GoogleIdToken_Payload_getEmail__) of the identity token payload.
3940

4041
### Sign in with Google for iOS and macOS
4142

@@ -67,7 +68,7 @@ To get an email address from [Facebook Login](https://developers.facebook.com/do
6768

6869
### Sample Applications
6970

70-
The following applications are available as examples to help you code your Facebook SSO integration for apps:
71+
The following applications demonstrate how to integrate with Facebook Login:
7172

7273
- [Facebook Login sample application for Android](https://github.com/facebook/facebook-android-sdk/tree/main/samples/FBLoginSample)
7374

0 commit comments

Comments
 (0)