Additional Microsoft Entra services and features related to identity, access, and network security
The error indicates that the portal failed while generating the client secret, not that the concept or configuration is wrong. The supported and reliable way to create a client secret for a Microsoft Entra application is through the Azure portal under App registrations.
Use the following steps as a workaround instead of the failing “developers portal” flow:
- Sign in to the Azure portal and go to Microsoft Entra ID.
- Select App registrations and choose the application for which the secret is needed.
- Go to Certificates & secrets.
- Under Client secrets, select New client secret (or Add a client secret depending on the experience).
- Enter a description, choose an expiration period, and select Add.
- Copy the Value of the new client secret immediately and store it securely. It is shown only once.
If the error persists specifically in the developers portal but the above steps work, use the secret created in Azure portal in place of the one the developers portal was trying to create, and consider opening a support ticket for the developers portal issue.
References: