oauth
Here are 1,590 public repositories matching this topic...
-
Updated
Nov 24, 2020 - C++
-
Updated
Nov 26, 2020 - PHP
-
Updated
Nov 21, 2020 - Java
-
Updated
Nov 26, 2020 - Ruby
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Nov 12, 2020 - TypeScript
-
Updated
Nov 14, 2020 - Swift
Is your feature request related to a problem? Please describe.
The public key-based request signing functionality added to sso_proxy in buzzfeed/sso#106 is undocumented. In particular, it's not immediately obvious how to a) generate an appropriate keypair or b) validate a signed request in an upstream service.
Describe the solution you'd like
New documenta
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 24, 2020 - PHP
-
Updated
Sep 9, 2019 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
May 9, 2020 - Objective-C
go-jwt seems to not be maintained really. It has open/known security issue (which have multiple PRs open to address, earliest in 2018: dgrijalva/jwt-go#286). And it requires numbers to be floats because it cannot validate ints. [PR to fix this has been made](https://github.com/dgrijalva
Description
Some frameworks do not support PKCS #1
OR SEC1 EC
formats for the private key and require the use of PKCS #8
.
See smallstep/autocert#17 (comment)
We should add the flag --pkcs8
or --format pkcs8
to at least the following commands:
step ca certificate
step ca sign
step ca renew
Autocert should also support thi
-
Updated
Nov 9, 2020 - Python
-
Updated
Oct 30, 2020 - Java
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Aug 23, 2020 - Elixir
-
Updated
Nov 25, 2020 - TypeScript
Improve this page
Add a description, image, and links to the oauth topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oauth topic, visit your repo's landing page and select "manage topics."
Describe the bug
After Hydra startup log warns about configuration key deprecation. There is no records in documentation reference (https://www.ory.sh/hydra/docs/reference/configuration/) about oidc.subject_identifiers.supported_types.
Reproducing the bug
Steps to reproduce the behavior:
Start Hydra Hydra v1.9.0-alpha.2 with oidc.subject_identifiers.enabled set to public
_Se