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

**Describe the bug** Currently the proxy has routes under `/oauth2`. While it's unlikely that apps that use SSO would also implement an OAuth 2 server, it's not impossible. In addition,...

Hey! I searched the issue tracker of this project but was not able to find an issue related to adding GitHub as an SSO provider. Is this being considered? Right...

enhancement

**Is your feature request related to a problem? Please describe.** Following the docs for getting up and running, I ran into a hurdle wherein some config values defined use the...

bug

Please support LDAP or Active Directory?

enhancement

**Is your feature request related to a problem? Please describe.** To make this easier to use, it would be great if there was a Helm Chart or a guide for...

help wanted
docs

**Describe the bug** Setting `SkipProviderButton` using `SKIP_PROVIDER_BUTTON=true` in the environment doesn't do anything. Looking at the code it just shoves it into a struct and never touches it again. **Expected...

enhancement

I just tried to setup the SSO application on my kubernetes cluster. Unfortunately I ran into this screen (Invalid redirect parameter): ![img](https://img.picload.org/image/dcaoigaw/bildschirmfoto2018-10-26um10.5.png) Hence I followed the logs of my proxy...

papercuts

In auth/middleware.go, we appear to set an HSTS header regardless of whether or not we're serving over HTTPS.

chore

In auth/http.go/ServeHTTPS(), no check is done as to the validity of a certificate before it's used.

question
chore

When implementing an upstream service, it's not desirable to use the production auth service or proxy service. Developers often need to test out different permission sets, which means they may...

enhancement
question