dbeck121 / CPI-Helper-Chrome-Extension

53 stars 18 forks source link

Idea: Provide search help for "credential name" #151

Closed gregorwolf closed 3 months ago

gregorwolf commented 5 months ago

Hello CPI Helper Team,

would it be possible to provide the feature requested in the SAP Influencing request 320780 - "credential name" in auth. details as select field, no more free text?

CU Gregor

dbeck121 commented 5 months ago

I like the idea. It should be internally an api call with

await makeCallPromiseXHR("GET", "/" + cpiData.urlExtension + "odata/api/v1/UserCredentials",.... There it is possible to collect all security artifacts. Then there needs to be a dropdown injected.

Will put it in the backlog.

DevGregor commented 4 months ago

Hey @gregorwolf This is Gregor (as well) 😁

I really like this idea and I have made a first version of it. There are still some tweaks and things that need improvement but I think this can be used for a rough implementation (#169). Feel free to check it out!

I included the Keystore Entries as well.

dbeck121 commented 3 months ago

Successfully finished :)

@gregorwolf