Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Secrets are no more showed on the UI #1059

Description

@rafaarcangel

Describe the bug

From the previous version 1.0.0 to the new 2.0.0, there are a few new lines to set ClientSecrets values to null.
This new code shows an empty box when you try to see those secrets in the UI

To Reproduce

1- Open backoffice
2- Go to client section > Manage secrets
3- Click on any secret
You will see an empty box
image

Relevant parts of the log file

The code that was changed is on ClientService.cs:

  • GetClientSecretsAsync
  • GetClientSecretAsync
clientSecretsDto.ClientSecrets.ForEach(delegate (ClientSecretDto x)
{
    x.Value = null;
});

Discussion reference: #1058

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions