Not able to create the client secret key in the developers portal

Nehal Bhaskar Kolipaka 5 Reputation points
2026-04-14T08:45:56.69+00:00

Create client secret

An error occurred while creating the client secret. Please try again.TODO(nibeauli): replace this with a semantically useful domain object response

Microsoft Security | Microsoft Entra | Other

1 answer

Sort by: Oldest
  1. AI answer

    2026-04-14T08:46:07.62+00:00

    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:

    1. Sign in to the Azure portal and go to Microsoft Entra ID.
    2. Select App registrations and choose the application for which the secret is needed.
    3. Go to Certificates & secrets.
    4. Under Client secrets, select New client secret (or Add a client secret depending on the experience).
    5. Enter a description, choose an expiration period, and select Add.
    6. 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:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.