templates/zerver/config_error/apple.html
{% extends "zerver/config_error/social-container.html" %} {% block error_content %}
You are attempting to use the Apple auth backend , but it is not properly configured. To configure, please check the following:
{{ root_domain_url }}/complete/apple/ as the callback URL for your Services ID in Apple’s developer console. You can enable “Sign in with Apple” for an app at Certificates, Identifiers & Profiles.SOCIAL_AUTH_APPLE_SERVICES_ID, SOCIAL_AUTH_APPLE_APP_ID, SOCIAL_AUTH_APPLE_TEAM, and SOCIAL_AUTH_APPLE_KEY in {{ auth_settings_path }} and stored the private key provided by Apple at /etc/zulip/apple-auth-key.p8 on the Zulip server, with proper permissions set.{{ super() }} {% endblock %}