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 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.