DocID®DocID® Documentation
Back to DocID®
  • Overview

    • DocID® Documentation
  • Introduction

    • Introduction
    • How DocID® works
    • Core concepts
  • Getting Started

    • Getting Started
    • Drupal module
    • WordPress plugin
    • Custom website
    • Go-live checklist
  • Features

    • Features
    • Standard Login
    • Access and personalization
    • Analytics
    • Campaigns
  • Licenses

    • Licenses
  • OAuth 2.0

    • OAuth 2.0
    • Configure a client
    • Authorization code flow
    • Scopes and UserInfo
    • Security and environments
  • API

    • API
  • Help

    • Troubleshooting

Features

Standard Login

Authenticate HCPs and protect regulated website content.

Standard Login is the foundation of a DocID® integration. It gives HCPs a shared account experience and lets your website receive approved identity claims through OAuth 2.0.

Common uses

  • Require authentication before opening selected pages or downloads
  • Protect an entire website area
  • Recognize a returning user through a local website session
  • Connect an authenticated visitor to your own permitted business process
  • Implement through the Drupal module, WordPress plugin, or a custom OAuth client

Identity handling

Your website receives only claims covered by the requested scopes and the user's authorization. Use the stable sub claim for local identity mapping. Avoid using email as the permanent account key because an email address can change.

Content protection

Enforce protection on the server. Hiding a link or component in the browser is not an access-control boundary. The protected route or download must validate the website's local session before returning content.

Get started

PreviousFeaturesNextAccess and personalization

On this page

  1. Common uses
  2. Identity handling
  3. Content protection