sso
Here are 781 public repositories matching this topic...
-
Updated
Oct 22, 2021 - Java
-
Updated
Oct 22, 2021 - Java
When trying to run tailscaled
in a FreeBSD jail, it produces this error:
# tailscaled
logtail started
Program starting: v1.10.0, Go 1.16.7: []string{"tailscaled"}
LogID: 2a3b18aa8ca610c035fa561e92de5aa2113e31ea008a574d5e7a89a3690d212e
logpolicy: using system state directory "/var/db/tailscale"
creating link monitor: devd dial error: dial unixpacket /var/run/devd.seqpacket.pipe: conn
When closing the browser after a successful user sign in, the session is still alive for the time the oauth2-proxy cookie has not expired and tokens in session are still valid.
Expected Behavior
There could be an additional "browser session enabled" configuration. When the browser is closed (or when the browser defines the "current session" ends), the oauth2-proxy user session should also
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
What would you like to be added
Add a step command to extract a crt and key from a .p12 file
Why this is needed
step certificate p12
can package a cert and keys to a .p12 file but there is not currently a way to extract the files once they are packaged.
-
Updated
Jun 4, 2021 - Java
-
Updated
Oct 16, 2021 - Go
-
Updated
Sep 20, 2021 - Java
-
Updated
Oct 21, 2021 - Python
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
May 25, 2018 - Java
-
Updated
Oct 21, 2021 - Java
-
Updated
Aug 1, 2021 - HTML
-
Updated
Oct 22, 2021 - Python
-
Updated
Apr 26, 2021 - Java
Describe the issue:
The links not show hover states on hover on the getting started page.
How to reproduce:
- Navigate to getting started page
- hover over any link
Expected behavior:
Should indicate hover state for links
-
Updated
Jan 24, 2021 - Java
-
Updated
Oct 16, 2021 - TypeScript
-
Updated
Oct 21, 2021 - TypeScript
-
Updated
Oct 14, 2021 - Java
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."
So fosite has ES256 support, I have seen some past PRs to support ES256 in Hydra (ory/hydra#628, ory/hydra#627), but looking at the code I do not see it really being supported in Hydra.
While RS256 is recommended by the spec, ES256 is close to that with its "Recommended+" recommendation. Support