If I put that image in a web page it looks like a good QR code but when I scan it with Google Authenticator, the app says it can't interpret the QR code.
I've also tried taking the detail.googleurl.value which looks like "otpauth://totp/....." and add that to "http://chart.apis.google.com/chart?...yadda, yadda" but again I get a QR code that looks good but Google Authenticator can't interpret it.
Any ideas? Has anyone actually got working QR codes from the API?
Thanks!
Here's what my admin/init string looks like:
https://linotpserver/admin/init?otplen=6&genkey=1&user=testuser&realm=myrealm&tokenrealm=myrealm&type=TOTP&session=.......
It does create a token for the user and I've noticed that a token created by this method has a serial prefix of "TOTP" whereas if generated by the self service webUI, it's "LSGO".
Also, my self service policy includes "webprovisionGOOGLEtime" in the actions. Maybe that does something special? Is there and equivalent that I can pass to the API?