A cloud-based identity and access management service for securing user authentication and resource access
The Certificates & secrets blade can be reached without relying on the column contents in the App registrations list.
Use one of these approaches:
- Open the app registration directly
- In the Azure portal or Microsoft Entra admin center, go to Entra ID → App registrations.
- Use the Search box at the top of the list and type the application name or Application (client) ID.
- Click the app name in the results list (the name itself is the link; the columns showing
...are not required to navigate). - In the app’s left-hand menu, select Certificates & secrets.
- Under Client secrets, select New client secret, add a description and expiration, then Add.
- Immediately copy the Value of the new secret and store it securely; it will not be shown again after leaving the page.
- If the app registration is created via another feature (for example, Enterprise Application / App Proxy)
- In Microsoft Entra admin center, go to Entra ID → App registrations.
- Select the app that matches the Enterprise Application name.
- From the app’s overview page, note the Application (client) ID and Directory (tenant) ID if needed.
- Select Certificates & secrets.
- On the Client secrets tab, select New client secret, configure description and expiry, then Add and copy the secret value.
- If creating a new registration instead of using the broken list view
- Go to App registrations → + New registration and complete the registration.
- After registration, from the app’s overview page select Certificates & secrets.
- Create a new client secret as above and copy its value.
If the UI still shows only ... and does not allow selecting the app name, use another browser or an InPrivate/Incognito window to bypass any local UI issue, then follow the same steps to open the app and reach Certificates & secrets.
References:
- Manage app registration and API permission for Microsoft Graph notifications (deprecated)
- Register an application with the Microsoft identity platform
- Authenticate to Azure resources from .NET apps hosted on-premises
- Securely integrate Azure Logic Apps with on-premises APIs using Microsoft Entra application proxy
- The new App registrations experience for Azure Active Directory B2C
- Register applications
- Add and manage application credentials in Microsoft Entra ID