u2f
Here are 118 public repositories matching this topic...
-
Updated
Jul 14, 2020 - Go
-
Updated
Nov 5, 2020 - TypeScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 29, 2020 - PHP
-
Updated
Nov 10, 2020 - Java
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
-
Updated
Nov 28, 2020 - JavaScript
Per comment on AUR, /usr/lib/ is a slightly more standard location for service binaries and files
https://aur.archlinux.org/packages/softu2f/#comment-727615
-
Updated
Aug 22, 2019 - C
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Nov 18, 2020 - Rust
Improve this page
Add a description, image, and links to the u2f topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the u2f topic, visit your repo's landing page and select "manage topics."
Hi,
I would like to connect to my LDAP server through StartTLS instead of LDAPS.
I saw that it is already implemented here # 240 but I can't find how to activate it. If I use the "ldap://" prefix in the url, Authelia will use an insecure connection.
Thanks for your work !