Navigation#
2.
Navigate to Microsoft Entra ID (formerly Azure Active Directory).
3.
In the left menu, select App registrations.
Fill in registration details#
5.
Name: Enter Leadcast as the application name.
6.
Supported account types: Select one of the following options:Accounts in any organizational directory (Multiple Entra ID Tenants) â for access from multiple organizations.
Accounts in any organizational directory and personal Microsoft accounts (Multiple Entra ID Tenants and Personal Microsoft Accounts) â if you also want to allow external logins with personal accounts.
đ Tenant restriction: If you choose Multiple Entra ID Tenants only and want to further lock down which tenants can log in, select the option to allow only certain tenants. Add the following tenants:Your own tenant(s) (if there are any besides the one the registration is made in)
Orange Cat tenant: c5b2134d-f5d8-4feb-9d12-e8bfdd16534d â required for application support
âšī¸ Note: Even if "allow all tenants" is configured, the Leadcast application will only allow known actors to authenticate. The final access configuration resides within the Leadcast application itself.
7.
URI: https://<yourname>.leadcast.nl/signin-oidc and/or https://<your custom leadcast domain>/signin-oidc
Create a Client Secret#
9.
Open the newly created App registration (Leadcast).
10.
In the left menu, go to Certificates & secrets.
12.
Enter a description, for example Leadcast-secret.
13.
Choose an expiry period (e.g. 6 months, 12 months, or 24 months).
15.
â ī¸ Copy the secret value immediately! It is only shown once.
16.
In the left menu, go to API permissions.
18.
Select Microsoft Graph (or another API if needed).
19.
Choose the permission type:Delegated permissions (on behalf of a signed-in user), or
Application permissions (for background processes without a user).
20.
Select the following minimum required permissions:User.Read â Read the signed-in user's basic profile
openid â OpenID Connect sign-in
profile â Read profile information
email â Read email address
22.
(Optional) Click Grant admin consent for [organization] if the permissions require admin consent.
23.
In the left menu, go to Token configuration.
24.
Click Add optional claim.
25.
Select the token type: ID.
26.
Add the following claims: Additional settings#
28.
Go to Authentication in the left menu.
29.
Verify that the Redirect URI is correct: https://<yourname>.leadcast.nl/signin-oidc and/or https://<your custom leadcast domain>/signin-oidc
30.
Under Implicit grant and hybrid flows: 31.
Under Supported account types, confirm that the correct multitenant option is selected.
Additional access control after registration#
Once registration is created and used, further access control is configured through the Azure Enterprise Application. See: Microsoft DocsSecurely share credentials with Orange Cat Support#
33.
Note the following details from the App registration:Application (client) ID â found on the overview page
Client Secret â copied in step 15
34.
Share these credentials securely with a member of Orange Cat Support using one of the following methods:đ Password manager: Share via a secure tool such as 1Password, Bitwarden, or LastPass (shared vault or secure link).
đ Split sharing: Send the Client ID via email and communicate the Client Secret by phone or through a separate secure channel.
35.
â ī¸ Never share the Client ID and Client Secret through insecure channels such as plain email, chat, or tickets!
Summary#
| Setting | Value |
|---|
| App name | Leadcast |
| Account type | Multiple Entra ID Tenants (or + Personal Microsoft Accounts) |
| Tenant restriction | (optional) Allowed tenants only + Orange Cat c5b2134d-f5d8-4feb-9d12-e8bfdd16534d |
| Redirect URI | https://<yourname>.leadcast.nl/signin-oidc and/or https://<your custom leadcast domain>/signin-oidc |
| Platform | Web |
| Token claims | email, family_name, given_name |
| ID tokens | Enabled |
| Application (client) ID | (available on the overview page after registration) |
| Directory (tenant) ID | (available on the overview page after registration) |
| Client Secret | (see step 15 â copy immediately!) |
| Shared with Orange Cat | (confirm after securely sharing in step 34) |
đĄ Store the Client ID and Client Secret in a secure location (e.g. Azure Key Vault).
Modified at 2026-03-09 19:49:30