In this example, the authorization server is
Azure Active Directory (Azure AD) Web API.
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
-
Go to .
-
In the Authentication field of the
toolbar, select OAuth from the drop-down
list.
-
Click the Configure
authentication icon next to the drop-down list.
-
In the Connection tab, fill in the
following fields.
Note: The
{tenant} value in the
path of the request can be used to control who can sign into the
application. The allowed values are tenant identifiers, for example
8eaef023-2b34-4da1-9baa-8bc8c9d6a490
,
contoso.onmicrosoft.com
or
common
for tenant-independent tokens.
In the Scope
field, the email profile value
indicates that you want to know the user’s email address and basic
profile information.
-
In the User Attribute
Mapping tab, map the user attributes.
-
In the Request Headers tab, click
Add header and enter extra parameters to be added in
the HTTP requests to the external authentication server.
-
In the Group Mappings tab, map the group
attribute from the external user account to the Talend Cloud Data Catalog group name.
-
Save your changes.
Results
You can log in to
Talend Cloud Data Catalog through Azure Active Directory
Web API.