Funktionen und Operationen
Via the MS Graph Auth Adapter, data on users of a company registered in MS Azure can be used for the operations of further MS Graph Adapters. An example of use is sending and receiving emails with the MS Graph Email Connector.
Properties
Operation | Defines the operation executed by the adapter Possible values:
|
Parameters
Adapter | Main adapter class (do not change!). Possible values:
|
Repository | The virtual repository of the adapter project. This value cannot be changed. |
ClientID | Client ID set for the App in the Azure Active Directory. Possible values: Any string |
ClientSecret | Client Secret set for the App in the Azure Active Directory. Possible values: Any string in password format |
Scope | Scope for the token. Possible values: Any string |
Tenant | Tenant for requesting the token. Possible values: Any string |
Status values
1 | The operation has been executed successfully. |
-1 | The operation could not be executed. |