able-action-45419
05/15/2023, 6:57 AMreturnTo
to : https
const {data} = await Frontend.createNativeLoginFlow(
isConnected
? {
refresh: true,
aal: 'aal1',
xSessionToken: session?.token,
}
: {
return_to: 'https://',
returnSessionTokenExchangeCode: true,
},
);
setFlow(data);
If we connect with the provider, the documentation here https://www.ory.sh/docs/kratos/social-signin/native-apps#steps-6-12-open-the-identity-provider-authentication-url-in-a-browser said that we must have a 422 status code but we don’t have this code.
Can you tell me what i’ve miss in my code configuration please ?bland-eye-99092
05/15/2023, 7:53 AMable-action-45419
05/16/2023, 8:02 AMable-action-45419
05/16/2023, 8:04 AM