Stellar Migrator for Exchange
Stellar Migrator for Exchange
Registering an application in Microsoft Entra ID allows you to manage user access, configure authentication, and assign permissions. This process integrates the app with your organization's identity system, ensuring secure access and control over who can use the application.
Note: Stellar Migrator for Exchange can automatically perform the registration. You only need to provide the credentials of a user with Global Administrator rights in the server connection wizard. To learn more, click here.
To register a new application in Entra ID, follow these steps:
Navigate to the Sign-in page of the Microsoft Entra admin center.
Enter your email ID and click Next.
Enter your password and click the Sign in button.
Navigate to Identity > Applications > App registrations.
Click New registration. This opens the Register an application page.
In the Name field, enter a name for the application (e.g., App1) and leave the default settings for the other options, and click the Register button.
Clicking the Register button redirects you to the Application Overview page.
On the application page, under the Manage section, click API permissions. The API permissions page will open.
On the API permissions page, click the Add a permission button.
In the Request API permissions pane, click Delegated permissions and scroll down to view the available permissions.
Expand User, and then select User.Read.All.
Click Application permissions, expand Other permissions, select full_access_as_app and then click Add permissions.
Add a client secret (app password) to the newly registered application in Entra ID (Azure AD) to ensure your application can authenticate successfully using the OAuth protocol.
Follow these steps to configure the authentication method:
Navigate to Identity > Applications > App Registrations, then select the newly added application.
To add a client secret, click Client secrets > New client secret. Add a client secret pane opens.
In the Add a client secret pane, enter a short description (e.g. Migration app), select the expiration time (whichever suits your needs) from the drop-down menu, and click Add.
Note: Remember to copy the client secret value to your clipboard or use it in your application right away, as it won't be accessible after refreshing the page. If you miss it, a new client secret will need to be created.
To view the application details, click Identity > Application > App registration.
On the App registration page, click Owned applications and then click View all applications in the directory button.
Note: You can also view both the Application (client) ID and Directory (tenant) ID by directly navigating to the Overview tab on the application page.