To facilitate secure authentication and seamless integration for third-party applications and digital health services, Stern Apotheke (Naunhof) provides standardized OpenID Connect (OIDC) endpoints. This configuration allows authorized clients to verify the identity of users through our trusted authentication server, ensuring that sensitive pharmaceutical and personal data remains protected under strict security protocols.
For automated configuration, developers can retrieve the full set of OIDC metadata by accessing the standard discovery endpoint. This document provides all necessary URLs, supported scopes, and cryptographic keys required to establish a secure connection.
https://sternen-apotheke-naunhof.de/.well-known/openid-configurationThe following endpoints are utilized during the OIDC handshake to manage authorization, token exchange, and user information retrieval:
Our implementation supports standard OIDC scopes to ensure minimal data exposure and adherence to privacy-by-design principles. Supported scopes include:
openid: Essential for OIDC identity verification.profile: Access to basic user profile information.email: Access to the user's verified email address.For developers implementing third-party integrations, please ensure that all requests are made over HTTPS and that your application strictly validates the iss (issuer) and aud (audience) claims to maintain the integrity of the authentication session. If you require specific client credentials or custom scope configurations, please contact our technical administration team via our official website.