-
Couldn't load subscription status.
- Fork 833
Open
Labels
provider-bugIssues that are affected by bugs or spec non-compliance by an OAuth2 AS / OIDC IDPIssues that are affected by bugs or spec non-compliance by an OAuth2 AS / OIDC IDP
Description
Hi @ALL
We are facing the following problem. Our authentication service only accepts a https scheme for the redirect uri. So it is not possible to use a custom scheme for a deep linking into to app. So we have implemented a redirect page with a button, which references to a custom scheme like com.myapp://token=abcd1234. This solution works perfectly for iOS 10 and below. On iOS 11 where SFAuthenticationSession is used the library closes the web view without calling any callback. The library seems to block the callbacks when the redirect uri scheme doesn't match the custom scheme.
Is there a way to omit this behavior?
martingeorgiu, vibroto and jchanglani1990
Metadata
Metadata
Assignees
Labels
provider-bugIssues that are affected by bugs or spec non-compliance by an OAuth2 AS / OIDC IDPIssues that are affected by bugs or spec non-compliance by an OAuth2 AS / OIDC IDP