pycloudsigma icon indicating copy to clipboard operation
pycloudsigma copied to clipboard

Implement session-based login with OTP

Open kamilkosek opened this issue 1 year ago • 0 comments

To be able to login with session based login with an OTP change your cloudsigma.conf to:

api_endpoint = https://<YOUR API>.cloudsigma.com/api/2.0/
ws_endpoint = wss://direct.<YOUR API>.cloudsigma.com/websocket
username = <USERNAME>
password = <PASSWORD>
secret = <TOTP SECRET>
login_method = session

where teh TOTP Secret comes from the WebUI during the MFA enrollment process.

kamilkosek avatar Oct 22 '24 11:10 kamilkosek