canonical / identity-platform-login-ui

Login UI for the Canonical identity broker and identity provider solution
Apache License 2.0
11 stars 8 forks source link

Replace online service for mfa with a local solution in e2e tests #351

Closed edlerd closed 2 weeks ago

edlerd commented 3 weeks ago

See discussion. We are using totp.app for testing mfa in our e2e test suite. We should not rely on the external service, but use something more robust and local instead.

edlerd commented 2 weeks ago

Found this tutorial for using the local oathtool command. Seems promising, and I'll try to use it instead of the online service.