Skip to content

AuthenticationFlow can not be initialised on iOS #4

@fschrofner

Description

@fschrofner

When trying to initialise an authentication flow on iOS, we run into the following error:

[986:256603] Task <91BCD9AB-2FA3-46D0-A0C9-185187FD1038>.<1> finished with error - code: -1002
[986:256421] Setup converting command arg [0] to NSDictionary.
[986:256421] completedSetupWithConfiguration
[986:256421] Setup error, creation of OMSS instance failed: Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo={NSLocalizedDescription=unsupported URL, NSUnderlyingError=0x1c4444d40 {Error Domain=kCFErrorDomainCFNetwork Code=-1002 "(null)"}}
[986:256602] Task <D973376C-2F5B-4505-91EC-576525E7EBEB>.<1> finished with error - code: -1002
[986:256421] completedSetupWithConfiguration done with Error Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo={NSLocalizedDescription=unsupported URL, NSUnderlyingError=0x1c4444d40 {Error Domain=kCFErrorDomainCFNetwork Code=-1002 "(null)"}}
[986:256421] completedSetupWithConfiguration
[986:256421] Setup error, creation of OMSS instance failed: Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo={NSLocalizedDescription=unsupported URL, NSUnderlyingError=0x1c02574c0 {Error Domain=kCFErrorDomainCFNetwork Code=-1002 "(null)"}}
[986:256421] completedSetupWithConfiguration done with Error Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo={NSLocalizedDescription=unsupported URL, NSUnderlyingError=0x1c02574c0 {Error Domain=kCFErrorDomainCFNetwork Code=-1002 "(null)"}}

Based on StackOverflow this probably has something to do with the way you format your URLs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions