Skip to content

Authorization window does not open when using AppClip #927

Open
@devloe

Description

@devloe

Issue

I'm running the following method inside a hook:

const authState = await authorize(config);

When running in AppClip, the confirmation alert before opening the browser window shows up, but when clicking on "Continue", nothing happens.

When running the same code in a non-clip app, it does work.

Are there any reported issues related to AppClip?

I have debugged in the object-c code itself, and the line openedUserAgent = [authenticationVC start]; (in the file OIDExternalAgentIOS.m) gets called, but eventually nothing happens.


Environment

  • Your Identity Provider: Keyclock
  • Platform that you're experiencing the issue on: iOS
  • Your react-native Version: e.g. 0.66.5
  • Your react-native-app-auth Version: 7.1.0
  • Are you using Expo?: No

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageWaiting for a member of the team to confirm

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions