How to send an immediate redirect with Auth0 custom

When asking for help in this category, please make sure to provide the following details:

Hey, I’ve set up Kakao login by configuring the Login Provider to Auth and the Authentication Type to Custom.
Right now, the first screenshot shows the initial screen, and you have to click the Kakao Login button to be routed to the screen in the second screenshot.
Since I’m only using Kakao, I want to skip the first screen and redirect directly to the Kakao login page shown in the second screenshot.
How can I do that?

You can pass the connection: "kakao" in the ExtraLoginOptions of W3ALoginParams.

스크린샷 2024-08-23 오후 1.54.54
스크린샷 2024-08-23 오후 1.55.32

Thank you for your response.

I’ve implemented your feedback in the code, as shown in the first and second screenshots. However, I’m getting an error that says, “the connection is not enabled,” as shown in the third screenshot. Could you let me know what might be causing this issue and how I can fix it?

@Ayush

i fixed it.
connection: ‘kakao’, → connection: ‘Kakao’,

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.