...
Excerpt |
---|
This section describes the steps to configure the to to integrate with your deployment using OAuth 2.0 to authenticate. |
...
After completing the above, you can create a connection in the the
to
Server to begin accessing your data.
...
In Azure AD, you must create the client app that the the
uses OAuth 2.0 to access and connect to your
data.
- Log in into https://portal.azure.com/#home.
Navigate to Manage > App registrations > New registration. The registration page is displayed.
In the registration page, enter the following details:
- Name: Enter the name of the OAuth2 client.
- Supported account types: Select the single tenant option.
- Redirect URI:
- Select Web from the drop-down.
- For redirect URI:
product |
: https://clouddataprep.com/oauth2/callback: https://cloud.trifacta.com/oauth2/
To register the client, click Register.
Navigate to Manage > Expose and API > Add a scope. Provide the same scope name as the role of the
user. The new scope would be in the following format:api://<client id>/<scope name>
- Save the Client ID, Client secret value, Tenant ID, and Scope in a text file for further reference.
...
After the
client client app has been created, you must create an OAuth 2.0 client in
the the , which is used to integrate with the client app that you created above.
Info |
---|
NOTE: You must create one OAuth 2.0 client in the for for each client app that you wish to use. |
Steps:
- Login to the the as a workspace administrator.
- In the left nav bar, select User menu > Admin console > OAuth2.0 Clients.
- In the OAuth2.0 Clients page, click Register OAuth2.0 Client.
Specify the new client. Apply the following values:
Setting | Description |
---|
Type | |
Name | Display name for the OAuth 2.0 client in |
the |
Client ID | Client ID of the Azure AD app created above. |
Client Secret | Client secret value of the Azure AD app created above. |
Authorization URL | Set this value to the following: Code Block |
---|
https://login.microsoftonline.com/<tenant id>/oauth2/v2.0/authorize |
|
Token URL | Set this value to the following: Code Block |
---|
https://login.microsoftonline.com/<tenant id>/oauth2/v2.0/token |
|
Scopes | Set this value to the following: offline_access <scope created above> |
Access Token Expires in | Set this value to the number of milliseconds (3600000 ) after which the access token expires. |
Refresh Token Expires In | Set this value to the number of milliseconds (7776000000) after which the refresh token expires. |
- To save your OAuth 2.0 client, click Save .
For more information, see Create OAuth2 Client.
...
After you have created the OAuth 2.0 client app and client, you can create a connection in the the
to access your
data.
Info |
---|
NOTE: You must create a separate connection for each OAuth 2.0 client that is available in the . |
For more information, see Denodo Connections.
...