06-07-2021, 01:07 PM
Ok - never got feedback from the other user/tester...
On implementing 1Password we run into some problems - and 1Password didn't support the way we read all passwords - that's why we decided not to deliver op.exe
The first access differs from the next one - there is some logic in 1Password that creates a local user on first access - can't remember the details - but it was necessary to execute the Login command once directly in PowerShell
Invoke-Expression $(op signin *teamname* *mailadresse* *SecretKey*)
Then you will be prompted for the Master-Password - afterwards it should run without and then it should also run in ASGRD... Please try that
1password is not hard coded - the API should use the right expression if it is a known teamname!
On implementing 1Password we run into some problems - and 1Password didn't support the way we read all passwords - that's why we decided not to deliver op.exe
The first access differs from the next one - there is some logic in 1Password that creates a local user on first access - can't remember the details - but it was necessary to execute the Login command once directly in PowerShell
Invoke-Expression $(op signin *teamname* *mailadresse* *SecretKey*)
Then you will be prompted for the Master-Password - afterwards it should run without and then it should also run in ASGRD... Please try that
1password is not hard coded - the API should use the right expression if it is a known teamname!
Regards/Gruss
Oliver
Oliver