2020-12-11 19:10:23 +01:00
|
|
|
You are attempting to use the **Apple auth backend**, but it is not
|
|
|
|
properly configured. To configure, please check the following:
|
2020-06-09 12:04:21 +02:00
|
|
|
|
|
|
|
* You have registered `{{ root_domain_uri }}/complete/apple/`
|
|
|
|
as the callback URL for your Services ID in Apple's developer console. You can
|
2020-10-23 02:43:28 +02:00
|
|
|
enable "Sign in with Apple" for an app at
|
2020-06-09 12:04:21 +02:00
|
|
|
[Certificates, Identifiers & Profiles](https://developer.apple.com/account/resources/).
|
|
|
|
|
|
|
|
* You have set `SOCIAL_AUTH_APPLE_SERVICES_ID`,
|
2020-06-26 12:22:48 +02:00
|
|
|
`SOCIAL_AUTH_APPLE_APP_ID`, `SOCIAL_AUTH_APPLE_TEAM`,
|
2020-10-22 19:57:21 +02:00
|
|
|
and `SOCIAL_AUTH_APPLE_KEY` in `{{
|
2020-06-09 12:04:21 +02:00
|
|
|
settings_path }}` and stored the private key provided by Apple at
|
2020-06-25 13:26:17 +02:00
|
|
|
`/etc/zulip/apple-auth-key.p8` on the Zulip server, with
|
2020-06-09 12:04:21 +02:00
|
|
|
proper permissions set.
|
|
|
|
|
|
|
|
* Navigate back to the login page and attempt the "Sign in with Apple"
|
|
|
|
flow again.
|