我正在努力了解如何为以下流程实施自定义策略:
User lands on the login page and that login page only contains an email input.
User enters email address and clicks continue
if user has already registered
Redirected to their selected login provider (Google, Microsoft Account or Local Account)
if user has not registered before
Check google provider if a user account exists for that email address
if Google account exists
Redirect to Google login
Check Microsoft provider if a user account exists for that email address
if Microsoft account exists
Redirect to Microsoft login
else
Redirect to registration screen
User completes registration screen
User is automatically logged in
The user
我已经调查了这是否真的可以实现,并且发现了一个“视觉协作的数字工作区”(又称Mural.co),它实际上实现了类似的流程,因此必须有可能。请参见下面的图片。
但是,我找不到有关的信息
任何朝着正确方向的指针将不胜感激