I've developed a single page application (SPA) to perform CURD operation in Dynamic 365 from outside using JavaScript web API. For this I followed instruction form this URL
All functionality is working fine but the problem is, it is redirecting to Dynamic 365 site for authentication purpose. But I want to skip this step which take me to the login page instead I want to pass the credential in API call so that I can skip the manual login part.