The Wayback Machine - http://web.archive.org/web/20220409015351/https://github.com/topics/yubikey
Skip to content
#

yubikey

Here are 214 public repositories matching this topic...

pratikgs-dd
pratikgs-dd commented Nov 20, 2019

the utility scripts overwrites existing files and configuration as it executes each instruction.
In case the script fails for some reason, all the modified files are left as it is, which sometimes corrupts the existing configuration.

It will be useful if the script backup relevant files and restore them in case of error.

enhancement good first issue
machiev
machiev commented Oct 12, 2020

Describe the bug
I have noticed that app-link URLs like: https://company.okta.com/home/amazon_aws/0obm6u4wyuVYgbLdJ0x7/172 cause parsing error in okta_auth_config.py at line 45 (version 0.4.4).
It is caused by an underscore character '_' that should be encoded prior verification like '%5F'.

Traceback (most recent call last):
  File "/Users/nowam1/Library/Python/3.7/bin/okta-awsc

Improve this page

Add a description, image, and links to the yubikey topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yubikey topic, visit your repo's landing page and select "manage topics."

Learn more