Skip to content

guidance-guarantee-programme/signonotron2

 
 

Repository files navigation

Signon

Signon is a centralised OAuth2 based single sign-on provider for GDS services that provides username/password and 2-Factor authentication.

Live example

Integration Environment Signon

Technical documentation

Devise is used to provide username password sign-in, and Doorkeeper as an OAuth 2 provider.

Details of our interpretation of OAuth are provided in an accompanying document

Dependencies

Various Rubygems

MySQL or Postgres for main data storage. We use MySQL in GOV.UK Production

Redis/Sidekiq for ActiveJob asynchronous tasks

Running the application

The web application itself is run like any other Rails app, for example:

script/rails s

In development, you can run sidekiq to process background jobs:

bundle exec sidekiq -C config/sidekiq.yml

Running the test suite

bundle exec rake

Setup and usage

See accompanying Usage Documentation

License

MIT License

About

Single sign-on service for GOV.UK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 84.0%
  • HTML 13.3%
  • JavaScript 1.8%
  • Other 0.9%