Fails to scan QR code in Google Authenticator and https://discussions.agilebits.com/discussion/41962/totp-uri-parsing-issue
Fix is trivial in /ipalib/plugins/otptoken.py just uppercase the algorithm name
StrEnum('ipatokenotpalgorithm?', cli_name='algo', label=_('Algorithm'), doc=_('Token hash algorithm'), default=u'SHA1', autofill=True, flags=('no_update'), values=(u'SHA1', u'SHA256', u'SHA384', u'SHA512'),
See this "RFC" https://github.com/google/google-authenticator/wiki/Key-Uri-Format
Related thread on freeipa-users: https://www.redhat.com/archives/freeipa-users/2015-June/msg00304.html
https://www.redhat.com/archives/freeipa-devel/2015-June/msg00505.html
master:
ipa-4-1:
Metadata Update from @jijojv: - Issue assigned to npmccallum - Issue set to the milestone: FreeIPA 4.1.5
Log in to comment on this ticket.