Skip to content

alphagov-mirror/signon

 
 

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 for data storage.

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

Packages

No packages published

Languages

  • Ruby 88.6%
  • HTML 9.6%
  • JavaScript 1.1%
  • Other 0.7%