Jump to content

Title in Google Authenticator


Jasper

Recommended Posts

Hey Jasper. I brought this up quite a bit ago but didn't see any updates yet.

 

It looks like they are not including the "Issuer" parameter when generating the QR codes. Some authenticator apps use this for the Title. Others just use the Label.

 

I have been generating my own QR codes for a separate application and this works as expected.

 

The URI should be similar to:

otpauth://totp/Passwordstate:SmithJ?secret=JBSWY3DPEHPK3PXP&issuer=PasswordState

https://github.com/google/google-authenticator/wiki/Key-Uri-Format

Link to comment
Share on other sites

Hi Guys,

 

We use the issuer parameter here, as per the following: "otpauth://totp/{0}?secret={1}&issuer=Passwordstate"

 

Are you wanting to change this from Passwordstate? If so, can we ask why as this does accurately identify the account in Google Authenticator.

 

Regards

Click Studios

Link to comment
Share on other sites

Jasper,

 

I'm not sure if they will want to add an option to do this...but it could be handy for those that want to customize it.

 

In the meantime, you can create your own barcode via the following format:

otpauth://totp/Passwordstate?secret=XXXXXXXXXXXXXXXX&issuer=Passwordstate 

Just grab the secret from your authentication options page and run it through a QR generator.

 

I made a simple PowerShell module to generate custom QR codes... https://github.com/arnydo/qrgenerator/blob/master/invoke-qrgenerator.ps1

Link to comment
Share on other sites

Hi Parrishk,

 

Instead of creating your own QR code it's probably easier just to rename the entry in the Google Authenticator app. :)
In our case our users found the current title Paswordstate-domain-username quite "ugly". This isn't a big thing of course, but an option in the System Settings would be nice.

 

Thanks for the QR code powershell module. It could be useful one day.

 

/Jasper

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...