質問 46
You used Social Login to implement Web screen-sets on your mobile application; however, the pop-up window is being blocked by the mobile browser, and as a consequence, the login process is failing. How do you fix this? Note: There are 2 correct answers to this question.
To fix the issue of the pop-up window being blocked by the mobile browser during the Social Login process, you can:
* Use the authFlow: ‘redirect’ param (B): This changes the authentication flow to use redirects instead of pop-ups, which are less likely to be blocked by browsers.
* Write custom code to avoid a pop-up window (C): This involves coding a custom solution to handle the login process without relying on pop-up windows.
References
* SAP Customer Data Cloud Social Login Implementation Guide
* SAP Help Portal on Social Login Configuration