https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app
https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc
First, add a new authenticator in NocoBase: Plugin Settings - User Authentication - Add - OIDC.
Copy the callback URL.

Open the Microsoft Entra admin center and register a new application.

Paste the callback URL you just copied here.

Click into the application you just registered and copy the Application (client) ID and Directory (tenant) ID from the overview page.

Click Certificates & secrets, create a new client secret, and copy the Value.

The mapping between the Microsoft Entra information and the NocoBase authenticator configuration is as follows:
| Microsoft Entra Information | NocoBase Authenticator Field |
|---|---|
| Application (client) ID | Client ID |
| Client secrets - Value | Client secret |
| Directory (tenant) ID | Issuer: https://login.microsoftonline.com/{tenant}/v2.0/.well-known/openid-configuration, replace {tenant} with the Directory (tenant) ID |