sso icon indicating copy to clipboard operation
sso copied to clipboard

sso, aka S.S.Octopus, aka octoboi, is a single sign-on solution for securing internal services

Results 98 sso issues
Sort by recently updated
recently updated
newest added

Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.2 to 2.2.8. Commits 53403b5 Optimize cases with long potential simple_keys (#555) 1f64d61 Fix issue in simple_keys improvements (#548) a95acef Update travis config to use latest go...

dependencies

Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.0 to 1.4.1. Release notes Sourced from github.com/gorilla/websocket's releases. v1.4.1 Notable Changes ⚠️ This release fixes a potential denial-of-service (DoS) vector in gorilla/websocket, and we recommend that...

dependencies

**Describe the bug** Currently the docker image is nearly 8 month not changed and using debian as base image with a lot of security cve. **To Reproduce** Not possible. **Expected...

## Problem Kubernetes configuration file are out of date ## Solution Match with current sso and kubernetes requirements to make it work ## Notes As I followed the original article...

Preserve host is documented in `proxy_config.go` as: 'preserve_host - preserve the host named based in up the client request rather than re-writing for the upstream host'. It would be great...

We aim to use structured logging throughout sso, but its use for reporting configuration errors that prevent successful startup actually makes the errors much harder to read and diagnose. Here's...

good first issue
papercuts

## Problem Adds version flag for sso-auth. Closes #36 ## Solution Using Flags std library and writing version from makefile to a hidden text file in dist folder. This approach...

**Describe the bug** https://github.com/buzzfeed/sso/blob/master/quickstart/ in combination with https://medium.com/@while1eq1/single-sign-on-for-internal-apps-in-kubernetes-using-google-oauth-sso-2386a34bc433 is a really cool documentation on how to get started with buzzfeed/sso on kubernetes. The examples however are outdated for current kubernetes...

I am facing the same issue faced earlier when i upgraded to 3.0.0. https://github.com/buzzfeed/sso/issues/305

**Describe the bug** Upon calling the SSO service through the proxy, I'm redirected to the authenticator where I see this: ![image](https://user-images.githubusercontent.com/12237955/127373449-558d058f-2b88-456a-a644-ed2001b160dc.png) Tried changing the upstream, the scheme settings, the google...