{"section":"known-issues","requestedLocale":"en","requestedSlug":"orderform-not-returning-customers-data-even-for-authorized-credentials","locale":"en","slug":"orderform-not-returning-customers-data-even-for-authorized-credentials","path":"docs/en/known-issues/Checkout/orderform-not-returning-customers-data-even-for-authorized-credentials.md","branch":"main","content":"## Summary\n\n\nInteracting with an orderForm in the specific situation where customer data were imported automatically after logging in will remove their data from the orderForm even for \"superusers\", identified by their appKeys.\n\nThis action is made to avoid unintended access to customers' data, but shouldn't be applied to administrative users and integrations identified by authorized credentials.\n\n\n##\n\n## Simulation\n\n\n\n- Have a user with a complete profile, ensuring that it's valid for the SmartCheckout behavior\n- Do the login process for this user\n- Review through the browser if their information was imported to the orderForm\n- Do a \"Get OrderForm\" request while using authorized credentials\n- OrderForm won't return the \"clientProfileData\" and addresses that were available on the browser\n\n\n##\n\n## Workaround\n\n\nUse the parameter `?disableAutoCompletion=true` in the \"Get OrderForm\" URL. This parameter avoids the orderForm to be recalculated, customer data will be returned then"}