Embedded Credentials
Authenticate using the Embedded OAuth Credentials
Desktop Authentication with the Embedded OAuth App
You can connect without setting any connection properties for your user credentials. After setting InitiateOAuth to GETANDREFRESH, you are ready to connect.When you connect, the adapter opens the OAuth endpoint in your default browser. Log in and grant permissions to the application. The adapter then completes the OAuth process.
- Extracts the access token from the callback URL and authenticates requests.
- Saves OAuth values in OAuthSettingsLocation to be persisted across connections.
Included Scopes
This app will allow the user to access data under the following scopes:- account_info.read
- files.content.read
- files.content.write
- files.metadata.read
- sharing.read
- sharing.write
- file_requests.read
This means that the following views and stored procedures will be accessible through the CData embedded app:
- Views: FileLinks,FileRequests,Files,FolderLinks,Folders,SharedFiles,SharedFolders,SharedMembers,Users
- StoredProcedures: CheckJobStatus,DownloadFile,GetSpaceUsage,ShareFolder,UnshareFolder,UploadFile