mattmcnabb / OneLogin

A PowerShell module for automating components of a OneLogin account
7 stars 3 forks source link

Should be able to configure US or EU region #14

Closed mattmcnabb closed 8 years ago

mattmcnabb commented 8 years ago

right now the US region is hard-coded in the module. This should be configurable. Not sure how to achieve this yet - user config file? function that sets a variable or saves data in appdata? Maybe this could just be added to New-OneLoginToken along with the credential?

mattmcnabb commented 8 years ago

Yeah, I think I might add it to the Token object so it can easily be passed to all the functions.