Skip to content

Commit

Permalink
update-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniemaguire committed Dec 3, 2024
1 parent eab4bec commit d95c576
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/_includes/mobile-menu.njk
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@

<li class="nhsuk-header__navigation-item">
<a class="nhsuk-header__navigation-link" href="/nhslogin/interface-spec-doc">
Interface Specification Document
Identity Federation External Interface Specification
<svg class="nhsuk-icon nhsuk-icon__chevron-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
aria-hidden="true">
<path
Expand Down
7 changes: 6 additions & 1 deletion src/_includes/sidebar.njk
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,13 @@
<ul class="nhsuk-list app-side-nav__list">

<li class="app-side-nav__item">
<a class="app-side-nav__link" href="nhslogin/interface-spec-doc">Interface Specification Document</a>
<a class="app-side-nav__link" href="nhslogin/interface-spec-doc">Identity Federation External Interface Specification</a>
</li>
</ul>

<h2 class="app-side-nav__heading">Provisioning Accounts</h2>
<ul class="nhsuk-list app-side-nav__list">

<li class="app-side-nav__item">
<a class="app-side-nav__link" href="nhslogin/provisioning-interface-spec-doc">Provision Account External Interface Specification</a>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ layout: base.njk
title: Provision Account External Interface Specification
---

## The purpose of this document

NHS login uses OAuth 2.0 to send basic profile information about the end user to partner services.

This [specification document](https://github.com/nhsconnect/nhslogin/blob/main/NHS%20login%20-%20Interface%20Specification%20-%20Provision%20Account%20v1.docx?raw=true) defines the provision account interface implemented by NHS login and describes the data flow supported by this interface.

This [specification document](https://github.com/nhsconnect/nhslogin/blob/main/NHS%20login%20-%20Interface%20Specification%20-%20Provision%20Account%20v1.docx?raw=true) defines the provision account interface we use and describes the data flow supported by this interface.

0 comments on commit d95c576

Please sign in to comment.