mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
auth settings: Put Apple "Team ID" before the things it namespaces.
I believe the Bundle ID (aka App ID) and Services ID have meaning only relative to a specific Team ID. In particular, in some places in the developer.apple.com UI, they're displayed in a fully-qualified form like "ABCDE12345.com.example.app", where "com.example.app" is the App ID or Services ID and ABCDE12345 is the Team ID.
This commit is contained in:
@@ -292,9 +292,9 @@ SOCIAL_AUTH_SAML_SUPPORT_CONTACT = {
|
||||
#
|
||||
# https://zulip.readthedocs.io/en/latest/production/authentication-methods.html#sign-in-with-apple
|
||||
#
|
||||
#SOCIAL_AUTH_APPLE_TEAM = "<your Team ID>"
|
||||
#SOCIAL_AUTH_APPLE_SERVICES_ID = "<your Services ID>"
|
||||
#SOCIAL_AUTH_APPLE_BUNDLE_ID = "<your Bundle ID>"
|
||||
#SOCIAL_AUTH_APPLE_TEAM = "<your Team ID>"
|
||||
#SOCIAL_AUTH_APPLE_KEY = "<your Key ID>"
|
||||
|
||||
########
|
||||
|
||||
Reference in New Issue
Block a user