diff --git a/src/example-no-consent-content-other.md b/src/example-no-consent-content-other.md new file mode 100644 index 0000000..5e5a889 --- /dev/null +++ b/src/example-no-consent-content-other.md @@ -0,0 +1,15 @@ +--- +layout: base-example.njk +title: NHS login button for NHS services that use the Design System +--- + +
[Your service name] needs your NHS login information to verify your identity.
+ +Dynamic content.
+ +If you need medical help, go to 111.nhs.uk or call 111 or your GP.
+ +Call 999 if it's a life-threatening emergency.
+ diff --git a/src/example-no-consent-content-wayfinder.md b/src/example-no-consent-content-wayfinder.md new file mode 100644 index 0000000..9e3e7a7 --- /dev/null +++ b/src/example-no-consent-content-wayfinder.md @@ -0,0 +1,13 @@ +--- +layout: base-example.njk +title: NHS login button for NHS services that use the Design System +--- + +The service provider needs your NHS login information to verify your identity.
+ +If you need medical help, go to 111.nhs.uk or call 111 or your GP.
+ +Call 999 if it's a life-threatening emergency.
+ diff --git a/src/images/Guidance-example-other.png b/src/images/Guidance-example-other.png new file mode 100644 index 0000000..771a381 Binary files /dev/null and b/src/images/Guidance-example-other.png differ diff --git a/src/images/Guidance-example-wayfinder.png b/src/images/Guidance-example-wayfinder.png new file mode 100644 index 0000000..1eabb68 Binary files /dev/null and b/src/images/Guidance-example-wayfinder.png differ diff --git a/src/images/Guidance-userjourney-consent.png b/src/images/Guidance-userjourney-consent.png new file mode 100644 index 0000000..aceae42 Binary files /dev/null and b/src/images/Guidance-userjourney-consent.png differ diff --git a/src/no-consent-guidance.md b/src/no-consent-guidance.md new file mode 100644 index 0000000..9829b31 --- /dev/null +++ b/src/no-consent-guidance.md @@ -0,0 +1,336 @@ +--- +layout: base.njk +title: Sharing a user's NHS login information with your service +--- + +For users to access your service they need to agree to share their NHS login information with you. In order for user information to be received by your service, and ID token or autorisation code, containing the user information, must be passed from NHS login to your service. This can only be done with ther user's consent.
+If a user does not agree to share their NHS login information, your service should display a clear message telling them what they can do to continue their journey, or that they will be unable to use your service.
+ +--- + +We ask users to agree to share their NHS login information with your service when they use your service to:
+When a user agrees to share their NHS login information, they can continue to your website or app and use the service they need.
+Their consent allows the ID token with their information to be securely passed from NHS login to your service.
+ +If a user does not agree to share their NHS login information, they can go back from the confirmation screen to amend their decision. They can then continue to your service.
+If the user still does not agree to share their NHS login information, they will be redirected to your service without passing an ID token or authorisation code.
+Their information is not passed to your service and you need to display a no-consent error screen.
+How the user is able to continue to your website or app depends on how you handle them. For example, you may have a guest process or alternative authentication journey.
+ + +The suggested content on the no-consent error screen differs,depending on the type of service you are.
+Though the no-consent error screen is the responsibility of your service, the solution does not require a technically complex implementation and only requires tailored content to adjust user expectations.
+There are three different types of implementation of the no-consent error screen. The guidance most suitable for you will depend on what type of service you are.
+ + + +Use this version of the no-consent error screen content guidance if your website or app uses Wayfinder, such as Health Call.
+Use this version of the no-consent error screen content guidance if your website or app can send obtain the user information for verification in an alternative manner, such as 111 online.
+Use this version of the no-consent error screen content guidance if the previous options did not describe your service.
+Contact us if you are unsure which version of the no-consent content guidance is right for your service.