Skip to content

Question: iOS signoutsilent #1933

@Excel1

Description

@Excel1

I implemented the oidc-client.ts in my vue capacitor app. To logout i use the signoutSilent.

async function logout() {
      await userManager?.signoutSilent();
  } catch (error) {
    console.error('OIDC logout error:', error);
  }
}

On Android everything works perfect. But on iOS i got logged off but not redirected:

Redirection to URL with a scheme that is not HTTP(S)
Failed to load resource: Redirection to URL with a scheme that is not HTTP(S)

Redirect to: myapp://lougout

How does the library work with signOutSilent. Is this more a capacitor problem?

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