Register an application as an OAuth provider
Use the information generated during Microsoft Azure account configuration to register an application as an OAuth provider.
Avant de commencer
Role required: admin
Procédure
- Navigate to All > System OAuth > Application Registry.
- Select New.
- On the What kind of OAuth application screen, select Connect to a third-party OAuth Provider.
-
On the form, fill in the fields.
Tableau 1. Application Registries form Field Value required Name Name to uniquely identify the record. Client ID Application ID of the application you created in Microsoft Azure. Client Secret The client secret that you generated when you created the application in Microsoft Azure. Remarque :When using certificates, the Client Secret is a dummy value.OAuth API Script OAuth API script name. For more information see, OAuth API Script. Remarque :This is required only while using certificates.Default Grant type Client Credentials. Token URL Token URL copied after configuring the Microsoft Azure account. Redirect URL https://<instance>./oauth_redirect.do Remarque :This URL should be the same as the URL in Microsoft Azure. -
Select and hold (or right-click) the form header and select Save.
An OAuth Entity Profile record is created.
- In the OAuth Entity Scopes related list, add scopes to match the permissions you defined when you configured the application.
- Select Insert a new row.
- Enter Default as the name and .default as OAuth scope.
- Select and hold (or right-click) the form header and select Save.
- In the OAuth Entity Profiles embedded list, select the profile created by default.
- In the OAuth Entity Scopes embedded list, add a new row and select the Default scope.
- Select Update.