@mattmcnabb What are your thoughts on securely caching credentials passed to Connect-OneLogin? That way one could connect once, have the module cache the Client ID and secret and then every future time the module is loaded re-connect without having to pass credentials.
It is possible to do so with writing secure strings somewhere (file, registry, etc), or, on Windows, read/write from the credential manager.
@mattmcnabb What are your thoughts on securely caching credentials passed to
Connect-OneLogin? That way one could connect once, have the module cache the Client ID and secret and then every future time the module is loaded re-connect without having to pass credentials.It is possible to do so with writing secure strings somewhere (file, registry, etc), or, on Windows, read/write from the credential manager.