Skip to content

Custom scheme redirect iOS 11 #232

@MarcoTSS2018

Description

@MarcoTSS2018

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    provider-bugIssues that are affected by bugs or spec non-compliance by an OAuth2 AS / OIDC IDP

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions