In this example, the authorization server is the Google
authorization server.
Before you begin
- As an administrator, you have obtained OAuth 2.0 client credentials from the authorization server.
- As an administrator, you have configured the authorization server.
- You have signed in as a user assigned to the Administrators or Security Administrators group.
Procedure
Results
Below is an example of the data that can be returned in
Json.
As
Google's attributes have been mapped to the Talend Cloud Data Catalog ones in User Attribute
Mapping, you can see the user information retrieved from
Google.{ "sub": "110248495921238986420",
"name": "Aaron Parecki",
"given_name": "Aaron",
"family_name": "Parecki",
"picture": "https://lh4.googleusercontent.com/-kw-iMgD_j34/AAAAAAAAAAI/AAAAAAAAAAc/P1YY91tzesU/photo.jpg",
"email": "aaron.parecki@okta.com",
"email_verified": true,
"locale": "en",
"hd": "okta.com"
}