Addressing Usability Issues

Web Password Filler may fail to return a Secret when a large number of Secrets are associated with a single URL.

The issue could be that the following endpoint is not utilizing the NumberOfBookmarkletSecretsToSelect advanced configuration setting:'

/api/v1/secret-extensions/search-by-url

The system only returns 500 records when this setting is not assigned. Increase the value to return more records. A value of 0 will cause the endpoint to not return any records.

You cannot access Advanced Configuration through Secret Server's UI, but you can access it by following these instructions:

  1. Go to https://{your_secret_server_url}/ConfigurationAdvanced.aspx

  2. Click Edit at the bottom of the page.