Saltar al contenido
WordPress.org

Colombia

  • Temas
  • Plugins
  • Noticias
  • Acerca de
  • Participa
  • Contacto
  • Meetups
  • Consigue WordPress
Consigue WordPress
WordPress.org

Plugin Directory

DocID®

  • Envía un plugin
  • Mis favoritos
  • Acceder
  • Envía un plugin
  • Mis favoritos
  • Acceder

DocID®

Por DocID
Descargar
  • Detalles
  • Valoraciones
  • Instalación
  • Desarrollo
Soporte

Descripción

The DocID® plugin connects your WordPress website with one of the largest online networks of healthcare professionals, helping you reach a broad professional audience with relevant content. DocID® is an authentication and marketing platform designed specifically for the healthcare and pharmaceutical industry. The plugin enables WordPress site owners to define technical access restrictions for healthcare content and use verified professional attributes when evaluating access eligibility.

Whether you’re presenting medical products, hosting webinars, or sharing restricted content, DocID® provides professional authentication and verification without requiring website owners to operate their own healthcare-professional identity system.

The plugin supplies technical controls and configuration options. Website operators remain responsible for assessing, configuring, documenting, and operating their implementation in accordance with the legal and regulatory requirements applicable to their content, audience, jurisdiction, and use case.

Features

✅ Professional Verification — Authenticate doctors, pharmacists, and other healthcare professionals and evaluate verified professional attributes for access decisions.

⚡ Instant Access — No passwords, no waiting time, no hassle. HCPs get instantly verified and immediate access to your content.

🔐 Data-Minimizing Scope Control — Request only the identity and profile attributes needed by the website, with optional data governed through configured scopes and user authorization.

🔍 User Insights & Analytics — Gain valuable insights about your audience and campaign activities.

🎯 Targeted Content — Redirect users by profession, language, or country.

📊 Campaign Management — Create campaign links, track performance, collect consents, and much more with the DocID® business modules.

🧩 WordPress-Native Integration — Protect posts, pages, custom post types, and media; add authentication-aware account navigation; and use scope-aware profile shortcodes in content and widgets.

👤 Optional Native Accounts — Provision linked WordPress users for integrations that rely on the native current user, roles, and capabilities.

🧭 Role Mapping and Login Destinations — Map verified DocID® profile attributes to non-administrative WordPress roles and configure deterministic profession- or discipline-based landing pages.

Native WordPress accounts and roles

Native account provisioning is optional and extends the existing DocID® authentication session. New accounts receive a deterministic non-personal username and are linked exclusively through the stable DocID® account identifier. Existing WordPress accounts are never linked by email address. Enabling email synchronization also enables the optional email scope. The WordPress admin bar can be hidden separately for provisioned DocID® users without affecting other WordPress users. Linked accounts remain federated identities and cannot use local WordPress passwords, password reset, or application passwords.

Role mappings can apply to every DocID® user or match exact profession, discipline, institution, or subject values. All matching roles are combined. Synchronization adds and removes only roles managed by DocID®; roles assigned independently in WordPress remain unchanged. Administrative and user-management roles cannot be mapping targets.

Login destinations can match an exact profession or discipline and point to a local WordPress URL. Lower priority numbers are evaluated first. When authentication started from protected content, the originally requested content always takes precedence over a configured profile destination.

Account navigation and shortcodes

The settings page lists all available shortcodes and the scope required for each profile value. Common examples are:

  • [docid-account-navigation] — shows Sign in or Log out according to the current DocID® authentication status.
  • [docid-loggedin-content]Content[/docid-loggedin-content] — shows content only to authenticated DocID® users.
  • [docid-loggedout-content]Content[/docid-loggedout-content] — shows content only to visitors without an authenticated DocID® session.
  • [docid-login-link] — renders Sign in for visitors and Log out for authenticated DocID® users. Optional login_text and logout_text attributes customize both labels, for example [docid-login-link login_text="Access" logout_text="Leave"].
  • [docid-username] — renders the best available username: title, first name, and last name; title and last name; authorized email address; or the stable DocID® user ID.
  • [docid-profile-id] — renders the stable DocID® account identifier supplied by the required openid scope.
  • [docid-profile-name], [docid-profile-title], [docid-profile-given-name], [docid-profile-family-name], and [docid-profile-gender] — require the optional profile scope and user authorization.
  • [docid-profile-email] — requires the optional email scope and user authorization.
  • [docid-profile-phone-number] — requires the optional phone scope and user authorization.

Developers can inspect the current session without creating a WordPress user:

$docid = new \DOCID\Includes\DOCID_Base();
$is_authenticated = $docid->docid_is_loggedin();
$identity = $docid->docid_get_user();

$account_id = is_array($identity) ? ($identity['id'] ?? '') : '';
$profession_id = is_array($identity) ? ($identity['profession_id'] ?? '') : '';
$discipline_id = is_array($identity) ? ($identity['discipline_id'] ?? '') : '';
$profession_verified = is_array($identity) ? (bool) ($identity['profession_verified'] ?? false) : false;

The normalized identity contains the stable account ID and, when returned by the authorized scopes, profile, email, phone, profession_id, discipline_id, institution_id, subject_id, and professional verification data. When native provisioning is enabled, the linked WordPress user ID is available as wordpress_user_id for the current DocID® session.

Additional Resources

Learn more about DocID® at https://docid.de/industry.

More about authentication requirements and healthcare regulations:
– Login for Healthcare Professionals
– German Drug Advertising Act (HWG)
– German Medical Products Act

Data-privacy and external Services

This plugin connects to DocID® to authenticate users and confirm their professional access eligibility. It always requests the stable DocID® identifier and professional access data. Profile, email, and phone data are requested only when the website administrator enables the corresponding optional scope and are transferred only after the user grants the required authorization.

The available technical controls do not constitute a guarantee of legal or regulatory compliance. Website operators are responsible for selecting appropriate scopes, establishing the required legal basis, providing applicable notices, configuring consent collection where required, and validating the complete implementation for their use case.

This service is provided by 8awake GmbH: Privacy Policy, Terms of Use.

DocID® is a service offer from 8awake.

Instalación

Installation

  1. Upload the docid folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Visit Settings > DocID® and configure the Client ID, Client Secret, and callback URL under OAuth credentials.
  4. Under Requested customer data, choose any optional profile, email, or phone data your site needs. Installations request only the required openid and professional scopes by default.
  5. Protect content through the DocID® login panel on the WordPress edit screen.
  6. Add the Account navigation item to a WordPress menu or use the documented shortcodes in content and widgets.
  7. If native WordPress roles are required, enable provisioning under WordPress accounts, then configure Role mappings and optional Login destinations.

FAQ

Who can use DocID®?

DocID® is designed for companies and organizations that provide content (or services) to healthcare professionals in Europe.

Is this plugin free?

Yes, the DocID® Standard Login is completely free. Advanced modules like the Analytics-Module or the Campaign-Management are available with a commercial license.

How does the authentication work?

Visitors authenticate themselves as healthcare professionals with their DocID® login details and gain access to protected medical content.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«DocID®» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores
  • DocID

«DocID®» ha sido traducido a 3 idiomas locales. Gracias a los traductores por sus contribuciones.

Traduce «DocID®» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.2.12

  • Adds new capabilities and a better admin user experience.

1.2.11

  • Cache improvements and optimizations.

1.2.0 – 1.2.10

  • Improve security model and authentication flows.

1.0.2 – 1.1.1

  • Minor bugfixes

1.0.1

  • Settings page improvements

1.0.0

  • Authentication of healthcare professionals
  • Integration with DocID® marketing platform

Meta

  • Versión 1.2.12
  • Última actualización hace 1 hora
  • Instalaciones activas 10+
  • Versión de WordPress 6.2 o superior
  • Probado hasta 7.0.4
  • Versión de PHP 7.4 o superior
  • Idiomas

    Dutch, English (US), German y Russian.

    Traducir a tu idioma

  • Etiquetas
    healthcareloginmarketingmedical
  • Vista avanzada

Valoraciones

Aún no se han enviado valoraciones.

Your review

Ver todos los comentarios

Colaboradores

  • DocID

Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

Ver el foro de soporte

  • Acerca de
  • Noticias
  • Hosting
  • Privacidad
  • Escaparate
  • Temas
  • Plugins
  • Patrones
  • Aprender
  • Soporte
  • Desarrolladores
  • WordPress.tv ↗
  • Involúcrate
  • Eventos
  • Donar ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Colombia

  • Visita nuestra cuenta de X (anteriormente Twitter)
  • Visita nuestra cuenta de Bluesky
  • Visita nuestra cuenta de Mastodon
  • Visita nuestra cuenta de Threads
  • Visita nuestra página de Facebook
  • Visita nuestra cuenta de Instagram
  • Visita nuestra cuenta de LinkedIn
  • Visita nuestra cuenta de TikTok
  • Visita nuestro canal de YouTube
  • Visita nuestra cuenta de Tumblr
El código es poesía
The WordPress® trademark is the intellectual property of the WordPress Foundation.