You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable Test-TppToken to access vault in secret store
Currently Test-TppToken allows you to test an individual token is still valid using the 'Authorize/Verify' call to TPP. Either a PSCredential type access token or a PSCustomObject containing the access token must be supplied.
This could be expanded to be able to get the access token from a vault using the PowerShell Secret Management module(s) using a 'VaultAccessTokenName' parameter.
The text was updated successfully, but these errors were encountered:
* Add support for vault access token
* Updates based on review
* minor tweaks
* code cleanuo
* help update
Co-authored-by: Greg Brownstein <[email protected]>
Enable Test-TppToken to access vault in secret store
Currently Test-TppToken allows you to test an individual token is still valid using the 'Authorize/Verify' call to TPP. Either a PSCredential type access token or a PSCustomObject containing the access token must be supplied.
This could be expanded to be able to get the access token from a vault using the PowerShell Secret Management module(s) using a 'VaultAccessTokenName' parameter.
The text was updated successfully, but these errors were encountered: