nhsuk / nhsuk-prototype-kit

NHS.UK prototype kit enables you to make interactive prototypes that will look like pages on NHS.UK. The prototypes you make are a great way to show ideas to others and for conducting user research.
http://nhsuk-prototype-kit.azurewebsites.net/docs
MIT License
47 stars 35 forks source link

Replace basic authentication with a custom password page #323

Open frankieroberto opened 6 days ago

frankieroberto commented 6 days ago

We (Record a vaccination team) have done some user research with NHS staff on a prototype, and experienced the issue where corporate IT had turned off basic authentication in Windows Edge, and so were unable to access the prototype.

The GOV.UK Prototype Kit team experienced similar, and replaced basic authentication with a custom password screen in this pull request: https://github.com/alphagov/govuk-prototype-kit/issues/1019

We should do similar?

joelanman commented 6 days ago

Thats the issue, the PR is here:

frankieroberto commented 6 days ago

@joelanman ah thanks! Hopefully we can copy a lot of that code.

anandamaryon1 commented 3 days ago

Thanks for raising this @frankieroberto, this looks like a major blocker for testing designs with internal users, and so a very useful addition to the kit. Are you in a position to be able to implement this, or do we need to find some development help for this?

frankieroberto commented 2 days ago

@anandamaryon1 I’ll see how far I can get by copying and pasting the GOVUK implementation.

In the meantime the workaround is to remove the password and also set the environment to “development” mode. (Otherwise it’ll complain of a lack of password)