Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check-SSO Causing errors on IOS #18

Open
MarkTallentire opened this issue Aug 30, 2022 · 1 comment
Open

Check-SSO Causing errors on IOS #18

MarkTallentire opened this issue Aug 30, 2022 · 1 comment

Comments

@MarkTallentire
Copy link

Hi,

Is anyone successfully using the capacitor adaptor on iOS with check-sso enabled?

Right now for us it launches the inAppBrowser and does the authentication in keycloak but then keeps us in the webview and doesnt redirect back to the app.

Deeplinks seem to be working because when we visit our main site we are prompted to open it in our app instead and doing a normal keycloak.login() also correctly works.

@blinkdagger182
Copy link

this.keycloak.onAuthSuccess = () => {
        console.log('authenticated!');
    };

have you included the above code snippet. if keycloaks responses authorized it should trigger the event

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants