PeculiarVentures / fortify-tools

Fortify enables web applications to use smart cards, local certificate stores and do certificate enrollment. This is the "Tool" application used in the Fortify desktop application.
https://tools.fortifyapp.com
MIT License
15 stars 7 forks source link

Proposal: Expand UI to Display Detailed Information About Token Providers #187

Open microshine opened 4 weeks ago

microshine commented 4 weeks ago

Description: Currently, Fortify Tools displays only the token name in the list of available providers. I propose expanding the UI to include more detailed information about the token provider. This enhancement would allow users to access more information about the tokens they are using and would also provide a way to include additional token-related functionality, such as the option to refresh the session.

Current Implementation: The current implementation represents such information objects as ProviderInfoProto and TokenInfoProto. You can refer to the relevant code in the following link: ProviderInfoProto and TokenInfoProto.

Benefits:

Example: As an example, the SafeNET application provides a similar feature where it displays detailed information about token providers. Below is a screenshot demonstrating how SafeNET presents this information. This could serve as a model for implementing similar functionality in Fortify Tools.

Screenshot:

image image
rmhrisk commented 4 weeks ago

This could help with support, especially with unsupported tokens.