TDV Adapter for Azure Active Directory

Build 22.0.8509

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT/INSERT/UPDATE/DELETE operations with AzureActiveDirectory.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from AzureActiveDirectory, along with an indication of whether the procedure succeeded or failed.

AzureActiveDirectory Adapter Stored Procedures

Name Description
ActivateDirectoryRole Activates a directory role.
AddGroupApplicationRoleAssignment Add group to an Application Role Assignment.
AddGroupMember Add member to a group.
AddMember Add member to a directory role.
AddUserApplicationRoleAssignment Add user to an Application Role Assignment.
CheckMemberObjectsForUser Check for membership in groups, administrative units, or directory roles for a user.
GetAdminConsentURL Gets the admin consent URL that must be opened separately by an admin of a given domain to grant access to your application. Only needed when using custom OAuth credentials.
GetOAuthAccessToken Gets an authentication token from AzureActiveDirectory.
GetOAuthAuthorizationURL Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the auth token from this URL.
RefreshOAuthAccessToken Refreshes the OAuth access token used for authentication with various Office 365 services.
RemoveGroupApplicationRoleAssignment Remove group from an Application Role Assignment.
RemoveGroupMember Remove a member from a Group.
RemoveMember Removes a member from a directory role.
RemoveUserApplicationRoleAssignment Remove user from an Application Role Assignment.
VerifyDomain Verifies a domain.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8509