Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides identifying information for the Azure Active Directory application using the Rights Management Services client.
Syntax
typedef struct _IPC_AAD_APPLICATION_ID {
DWORD cbSize;
LPCWSTR wszClientId;
LPCWSTR wszRedirectUri;
} IPC_AAD_APPLICATION_ID, *PIPC_AAD_APPLICATION_ID;
Members
-
cbSize
-
Size of the structure and needs to be initialized to
sizeof(IPC_AAD_APPLICATION_ID)
. -
wszClientId
-
String representation of the GUID client identified assigner of your Azure Active Directory application.
-
wszRedirectUri
-
Redirection URI you provided to Azure Active Directory when creating your application.
Remarks
For a detailed example, see ADAL authentication for your RMS enabled application.
Requirements
Minimum supported client |
Windows Vista with SP2 |
Minimum supported server |
Windows Server 2008 |
Header |
|