# 接入 Sign in with Apple (Web 端)
# 准备工作
你一共需要准备以下内容:
- 在 Apple Developer (opens new window) 注册一个开发者账号。
- 在 Apple Developer Portal 注册你的 iOS 应用,请记录下以下的 ID 和 Key:
Service ID
,Apple Team ID
,Key ID
,Signing Key
,之后你需要填入 Authing 控制台表单。 - 在 Authing 控制台配置 Sign in with Apple 社会化连接
# 在 Authing 控制台配置 Sign in with Apple 社会化连接
在 Authing 控制台 连接身份源 -> 社会化登录 页面找到 WEB 端登录 中的 Sign in with Apple:
请分别填入 Service ID
, Apple Team ID
, Key ID
和 Signing Key
:
点击 保存 按钮。
# 接下来
配置完成之后,接下来你可以开始正式将社会化登录集成到你的系统了,Authing 社会化登录共支持四种接入方式:使用 JavaScrit SDK、使用 Guard for Web 登录表单组件、 使用 Authing 在线登录页面 和 手动调用社会化登录接口,关于每种方式的适用场景和优劣势对比,请见:社会化登录接入指南。
← 支付宝(PC 端)登录 使用百度账号登录 →