-
Repro steps:
- User has not logged into any account on accounts.google.com in Safari
- User logs in using account A
- Next time we show the login screen again, accounts.google.com doesn't show the …
-
Apple is planning to start (and some say have already started) rejecting apps that do any OAuth with older methods (webview or SFSafariViewController)
-
Running the authenticate method on the dropboxapi on android and on iOS 9 seems to save the account access token and other account info as calling it a second time doesn't prompt the user. But on iOS …
-
Im so confused right now. Have been trying to figure this out for a while now.
In iOS 10 application:openURL:options: in the AppDelegte is called as expected when control is returned from the web vie…
-
When using the `WebAuth.clearSession` API to log out of an Auth0 session on iOS 11, the Client ID and redirect URL are not included in the clear session URL used to invoke the `SFAuthenticationSession…
Rypac updated
6 years ago
-
Hello,
I believe the following line could mislead people into thinking that their app will contain access to the SFAuthentication API, even when iOS SDK 11 is not installed:
https://github.com/Moe…
-
*Sent by (ousleinad@gmail.com). Created by [fire](https://fire.fundersclub.com/).*
---
---
Sent with Noto
on Tue, Feb 6, 2018 at 11:14:16 AM EST
---- DEBUG ----
id: c7aa1770-a909-4d03-ae57-52a…
-
### General information
* SDK/Library version: 4.10.0
* Environment: Sandbox
* iOS Version and Device: 11.2 iPhone 7 simulator / device.
* Integration type and version: Cocoapods 1.4.0 b2
###…
-
-
I was reading through issue #120 and had a question about how to properly use SFAuthenticationSession. The scenario is that I have successfully logged in using SSO and now I want to open a web view to…