Why SSO?

Single sign-on (SSO) is an authentication scheme that allows a user to log in with a single ID to any of several related, yet independent, software systems.

https://en.wikipedia.org/wiki/Single_sign-on

Imaginary Ones' (IO) will be building multiple sites and applications for different audiences.

As such, IO's SSO will be the foundation of authentication that would enable the interconnectivity between the products in our ecosystem. By unifying your accounts between products with SSO, that could enable another level of experience within IO's ecosystem.

IO SSO is built according to OpenID Connect (OIDC) specifications.

Connect (OIDC) is an identity layer built on top of the OAuth 2.0 framework. It allows third-party applications to verify the identity of the end-user and to obtain basic user profile information. OIDC uses JSON web tokens (JWTs), which you can obtain using flows conforming to the OAuth 2.0 specifications.

https://auth0.com/docs/authenticate/protocols/openid-connect-protocol

Supported Connectors

As of 22 February 2024, we only support Twitter OAuth 2.0 as a connector for IO's SSO. However, other connectors are in the works and will be released in the near future, which would include:

  • Username + Password

  • Google

  • Discord

Additional Reading

Last updated