This activity allows you to authenticate to the Microsoft Graph service and obtain the essential authentication string to perform the activities that require it.
A secret string that the application uses to prove its identity when requesting a token. Also can be referred to as application password.
Client ID is the ID that identifies each Azure Active Directory application.
The tenant to authenticate to.
The authentication string is a value that is returned after logging into Microsoft Graph and certifies that a certain application ("Client Id") has authenticated in a certain Tenant ("Tenant Id") thanks to a certain Application Secret. Thanks to the authentication string, the system is able to understand the permissions that the application has and consequently enables only the permitted operations.