Hello Team,
I have successfully implemented a TOTP. Currently it allows me to generate a token of my double factor from google by command line.
“vault read totp/code /test” = “token value”
That gives me the code correctly.
It works well for me but I would like to be able to visualize that value through the graphical interface.
That is, when someone enters with their username and password, they can see it.
I have created an ACL and when I enter through the GUI if I use the command line web interface it works correctly but I cannot find something that is more like “touch a view button” as a secret engine that displays the value.
How could I do this?
a greeting
That gives me the code correctly.
What I want is that it can be visualized through the graphical interface.
That is, when someone enters with their username and password, they can see it.
Generating an ACL and entering with a username and password on the command line I can see it but there is no format of the style, click and see the value.
How could I do this?
a greeting