null

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 27 Next »

Seamless Access stores a users selected institution in the local browser storage. Users should be notified that their institution will be saved and be given the option to block that saving during the identity provider discovery flow.

The central Seamless Access IdP discovery service handles notification that the selected institution will be remembered as follows:

  • Display a check box labeled “Remember this choice”

  • The checkbox will always be selected by default, but the user may deselect it and continue to the log in page of the institution they selected.

  • If the checkbox is deselected, the selected institution is NOT saved in the local browser storage of the users device.

“The institution you select will be saved in the browser local storage of this device and will be made available to this and other sites that use SeamlessAccess. You may clear your browser local storage at any time.

No login, email or personal information is stored.”

  • In some instances, users may have blocked access to the device’s local browser storage. The implementation should check for this and display a message notifying the user that their institution can’t be saved and that they will have to look it up each time they visit.

  • The text of the message should read:

“We noticed your browser has blocked access to its local storage, which is why the checkbox is currently disabled. If you wish your institution to be remembered, please enable browser local storage in your browser settings.”

  • Remove “Show me how”

Accessibility Considerations

  • Provide labeling that is available to assistive technology. Users need to be aware of control labels, headings, tip, and other content using screen readers. We recommend complying with the most current version of WCAG Accessibility guidelines at the AA level, WCAG 2.1 or its subsequent versions.

  • On page load


Advanced Implementation Considerations

Advanced implementers should include a notice and consent experience in their IdP discovery flow, making it clear that it is SeamlessAccess that remembers the institution. The following best practices are recommended:

  • User reaches publisher’s discovery screen, clicks or taps into search input.

  • Dynamic results load as user types.

  • Display a check box labeled “Remember my institution with SeamlessAccess”

  • Include the SeamlessAccess logo and link to .

  • The checkbox will always be selected by default, but the user may deselect it and continue to the log in page of the institution they selected.

  • If the checkbox is deselected, the selected institution is NOT saved in the local browser storage of the users device.

  • User types keyword

  • ‘SeamlessAccess’ links to external URL in new window, seamlessaccess.org/services/

  • ‘Learn more’ will open an explainer in a modal. (Note, in the future, this may be changed to be a mini browser window hosted by SA so SPs do not need to maintain this content.)

  • User has clicked or tapped the Learn More link

  • opens in a modal. (Note, in the future, this may be changed to be a mini browser window hosted by SA so SPs do not need to maintain this content.)

Error state
Approach A

  • User has clicked or tapped into their selected institution, encounters a blocked-access browser message

  • Checkbox and text greyed out/disabled

  • ‘Show me how’ in the message links to a new SA window

Error state
Approach B

  • User has clicked or tapped into their selected institution, encounters a blocked-access browser message

  • Checkbox and text greyed out/disabled

  • ‘Show me how’ in the message links to a new SA window

  • No labels