signon icon indicating copy to clipboard operation
signon copied to clipboard

Single sign-on service for GOV.UK

Results 34 signon issues
Sort by recently updated
recently updated
newest added

Bumps [mocha](https://github.com/freerange/mocha) from 1.13.0 to 1.14.0. Changelog Sourced from mocha's changelog. 1.14.0 External changes Mock#expects,#stubs should return last expectation - thanks to @​vlad-pisanov for #524 (b6b637db) Internal changes Avoid breaking...

dependencies
ruby

Bumps [rqrcode](https://github.com/whomwah/rqrcode) from 2.1.1 to 2.1.2. Release notes Sourced from rqrcode's releases. v2.1.2 What's Changed Change inline styles to the fill property to allow for strict CSP style-src directive by...

dependencies
ruby

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.36.0 to 3.37.1. Changelog Sourced from capybara's changelog. Version 3.37.1 Release date: 2022-05-09 Fixed Regression in rack-test visit - Issue #2548 Version 3.37.0 Release date: 2022-05-07 Changed...

dependencies
ruby

Bumps [mail-notify](https://github.com/dxw/mail-notify) from 1.0.4 to 1.0.5. Changelog Sourced from mail-notify's changelog. [1.0.5] - 2022-08-31 Allow explicitly blank personalisations (dxw/mail-notify#30) Fix Zeitwerk compatibility issue (dxw/mail-notify#58) Dependency updates Commits ef98ffa Bump version...

dependencies
ruby

Bumps [devise_zxcvbn](https://github.com/bitzesty/devise_zxcvbn) from 1.1.2 to 6.0.0. Changelog Sourced from devise_zxcvbn's changelog. 6.0 - 2021-12-17 Switching to zxcvbn-rb so that we do not need to run execjs but still keep compatability...

dependencies
ruby

Updates the Dockerfile to use the new [GOV.UK Ruby base images](https://github.com/alphagov/govuk-ruby-images). Also updates the .ruby-version file to not specify a patch version, to allow for easier Ruby patching. Context: https://trello.com/c/Zy0fd25w/970-use-base-builder-images-in-all-the-app-dockerfiles

Repro: send a `POST` request to `/api/v1/api-users/14149/authorisations` (any valid api-user id will do; this one is valid in integration) with the body `{"application_id":44,"permissions":["nonexistent_permission"]}` (any valid application_id will do). You'll need...

See the `OrganisationFetcher` on how to manually fix these: https://github.com/alphagov/signon/blob/37504d59d74e3419158f863c2766db293df912c9/lib/organisations_fetcher.rb#L65-L76 https://trello.com/b/oPnw6v3r/govuk-tech-debt

I tried logging into Signon, and accidentally put in the wrong 2FA code. When I then entered the correct 2FA code, I signed in successfully, but the error message continued...