sso
Here are 644 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Java
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
Prometheus-metrics
If I am correct then currently no (prometheus) metrics are provided.
Was wondering what is the reason? Is there is any plan to implement them?
I know I would like to see some metrics about how many users are authenticated, how many redirected to 'login' page, for how many authentication fails etc
-
Updated
Sep 30, 2020 - Go
Not seeing how I'd be able to do that. the step certificate create -csr seems to expect to create a new private key
-
Updated
May 5, 2020 - Java
-
Updated
Aug 16, 2020 - Go
-
Updated
May 21, 2020 - Java
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
May 25, 2018 - Java
-
Updated
Sep 20, 2020 - Java
-
Updated
Sep 28, 2020 - HTML
-
Updated
Jul 1, 2020 - Java
-
Updated
Feb 15, 2020 - Java
-
Updated
Sep 30, 2020 - Java
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
May 16, 2020 - Java
-
Updated
Sep 26, 2020 - Java
-
Updated
Aug 24, 2020 - Java
-
Updated
Sep 18, 2020 - Java
-
Updated
Aug 30, 2020 - JavaScript
-
Updated
Sep 24, 2020 - HTML
Improve this page
Add a description, image, and links to the sso topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sso topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
When using JWKS based client authentication you provide a JWT token as assertion that gets verified by Hydra after which it issues an access token for the client. Hydra doesn't provide a nice error message to the client when the JWT token assertion has expired, instead it returns in internal server error.
**Describe the solut