<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CSP Module</title>
	<atom:link href="https://blog.machsol.com/tag/csp-module/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.machsol.com/tag/csp-module</link>
	<description>Multi-Cloud Service Orchestration &#38; Delivery Platform</description>
	<lastBuildDate>Mon, 10 Feb 2025 13:56:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>SOLVED: Exchange Online &#8211; Access denied using basic authentication</title>
		<link>https://blog.machsol.com/csp/solved-exchange-access-denied-using-basic-authentication</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Mon, 17 Jan 2022 13:50:26 +0000</pubDate>
				<category><![CDATA[CSP]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[Cloud business]]></category>
		<category><![CDATA[connecting remotely]]></category>
		<category><![CDATA[CSP Module]]></category>
		<category><![CDATA[direct CSP business]]></category>
		<category><![CDATA[Exchange Automation]]></category>
		<category><![CDATA[Exchange online]]></category>
		<category><![CDATA[Hosted Exchange]]></category>
		<category><![CDATA[Indirect CSP business]]></category>
		<category><![CDATA[MachPanel]]></category>
		<category><![CDATA[Microsoft CSP module]]></category>
		<category><![CDATA[Multi-tenant CSP Solution]]></category>
		<category><![CDATA[NCE]]></category>
		<category><![CDATA[New Commerce Experience]]></category>
		<category><![CDATA[remote server]]></category>
		<guid isPermaLink="false">https://blog.machsol.com/?p=5412</guid>

					<description><![CDATA[<p>Microsoft Exchange online is an integral tool for most cloud computing businesses of today. Remote connections have now become a very common approach of communication and sending or receiving data from a location that is geographically apart. How can Microsoft Exchange Online be used for Remote Working? Microsoft Exchange Online has been really popular amongst [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/csp/solved-exchange-access-denied-using-basic-authentication">SOLVED: Exchange Online &#8211; Access denied using basic authentication</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Microsoft Exchange online is an integral tool for most cloud computing businesses of today. Remote connections have now become a very common approach of communication and sending or receiving data from a location that is geographically apart.</p>
<h3><strong>How can Microsoft Exchange Online be used for Remote Working?</strong></h3>
<p>Microsoft Exchange Online has been really popular amongst remote working employees because of its hosted nature. It is a modern tool that provides messaging services to cater state of the art communication needs. Along with Messaging, you can also be in control of the calendar options, contacts management, and many other similar tasks.</p>
<h3><strong>What is an Access Denied error?</strong></h3>
<p>Many times, users face an Access is denied error while connecting remotely. A common scenario can be, a user initiates a session to connect to a remote server and while doing so the following error is received.</p>
<p><span style="color: #e61d26;"><strong><em>Connecting to remote server outlook.office365.com failed with the following error message &#8211; &#8220;Access is denied&#8221;</em></strong></span></p>
<h3><strong>What are the possible reasons for this error?</strong></h3>
<p>With the introduction of OAuth 2.0, almost all Microsoft products were shifted to this more secure protocol to cater to modern-day security challenges. This means that the previously deployed Basic Authentication system is discontinued.</p>
<p>To further speed up the process, Microsoft started identifying the tenants under its O365 cloud which were not using Basic Authentication and have stopped/blocked them from using it. Thus, if any tenants are using the Basic Authentication mechanism, it&#8217;ll cease to work.</p>
<p>The same might happen with MachPanel users who are using the MachPanel v6 or later in addition to MachPanel&#8217;s Exchange Online extension for its CSP Module.</p>
<h2><strong>The solution</strong>:</h2>
<p>To get MachPanel running smoothly with <a href="https://www.machsol.com/machpanel-automation-for-microsoft-CSP-partners/" target="_blank" rel="noopener">Exchange Online</a>, you need to follow the following steps:</p>
<ol>
<li>In the Tenant you can run this Command <strong>Get-OrganizationConfig | Format-List basic*</strong></li>
</ol>
<p>(You will see the entry/value: 255 which stand for <strong>All Basic Authentications Blocked</strong> i.e. <strong>BasicAuthBlockedApps</strong>=255)</p>
<ol start="2">
<li>To change this, you need to login with the <strong>Global Admin</strong>, then go to the <strong>Help section</strong> and run this command. After That, you can activate the Basic Authentication.</li>
<li>After activating the Basic Authentication for Exchange Online Remote PowerShell and running this Command: Get-OrganizationConfig | Format-List basic*</li>
</ol>
<p>(You will see the entry/value: 239 which stand for All Basic Authentications Allowed i.e. BasicAuthBlockedApps = 239)</p>
<ol start="4">
<li>Finally, you can now connect via Exchange Online OAuth v1.0</li>
</ol>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-5415" src="https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-1.png" alt="exchange access denied using basic authentication 1" width="436" height="503" srcset="https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-1.png 436w, https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-1-303x350.png 303w, https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-1-320x369.png 320w" sizes="(max-width: 436px) 100vw, 436px" /></p>
<p><img decoding="async" class="aligncenter size-full wp-image-5416" src="https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-2.png" alt="exchange access denied using basic authentication 2" width="411" height="690" srcset="https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-2.png 411w, https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-2-208x350.png 208w, https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-2-320x537.png 320w" sizes="(max-width: 411px) 100vw, 411px" /></p>
<h2><strong>MACHPANEL AUTOMATION MODULE FOR HOSTED MICROSOFT EXCHANGE</strong></h2>
<p><a href="https://www.machsol.com/products/machpanel/" target="_blank" rel="noopener">MachPanel</a> provides top-notch solutions for all your Cloud computing needs. It offers easy Microsoft Exchange deployment equipped with after-sales support. The user-friendly interface and stability make it the favorite of Telcos and Hosting Providers.</p>
<p>Make your client&#8217;s work life easier with modern day remote working tools by offering the best hosted Exchange with MachPanel.</p>
<p style="text-align: center;"><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; margin-right: 12px; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/contact-us/" target="_blank" rel="noopener noreferrer">Lets Talk</a><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/machpanel-enterprise-cloud-hosting-panel/demo-request/" target="_blank" rel="noopener noreferrer">Request a Demo</a></p>
<p>The post <a href="https://blog.machsol.com/csp/solved-exchange-access-denied-using-basic-authentication">SOLVED: Exchange Online &#8211; Access denied using basic authentication</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Marketplace for Microsoft Cloud Solution Providers &#124; MachPanel Automation Platform for Microsoft CSP</title>
		<link>https://blog.machsol.com/cloud/marketplace-for-microsoft-cloud-solution-providers-machpanel-csp-module</link>
		
		<dc:creator><![CDATA[Qaiser Khan]]></dc:creator>
		<pubDate>Wed, 15 Feb 2017 12:55:06 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Automation Platform for Microsoft CSP]]></category>
		<category><![CDATA[CSP Hybrid Control Panel]]></category>
		<category><![CDATA[CSP Module]]></category>
		<category><![CDATA[Microsoft cloud reselling control panel]]></category>
		<category><![CDATA[Microsoft Office 365 CSP Automation Solution]]></category>
		<category><![CDATA[Microsoft Office 365 CSP Automation Solution Features]]></category>
		<category><![CDATA[Microsoft Office 365 CSP Automation Solution Pricing]]></category>
		<category><![CDATA[Microsoft Office 365 CSP Automation Solution review]]></category>
		<category><![CDATA[Microsoft Office 365 CSP Billing]]></category>
		<category><![CDATA[Microsoft Office 365 CSP Control panel]]></category>
		<category><![CDATA[Microsoft Office 365 CSP Management]]></category>
		<category><![CDATA[Microsoft Office 365 CSP Provisioning]]></category>
		<category><![CDATA[Microsoft Office 365 CSP Reporting]]></category>
		<guid isPermaLink="false">http://blog.machsol.com/?p=2508</guid>

					<description><![CDATA[<p>Realizing the importance of Cloud Based Services, Microsoft shifted their entire focus towards Office365 and offered Cloud Services Providers an opportunity be a part of it with Microsoft Office 365 CSP Program. With its Cloud Services, Microsoft makes it more affordable and risk free for Cloud Solution Providers to take advantage of pre-build Microsoft infrastructure. [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/cloud/marketplace-for-microsoft-cloud-solution-providers-machpanel-csp-module">Marketplace for Microsoft Cloud Solution Providers | MachPanel Automation Platform for Microsoft CSP</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Realizing the importance of Cloud Based Services, Microsoft shifted their entire focus towards Office365 and offered Cloud Services Providers an opportunity be a part of it with Microsoft Office 365 CSP Program. With its Cloud Services, Microsoft makes it more affordable and risk free for Cloud Solution Providers to take advantage of pre-build Microsoft infrastructure. With Microsoft taking over all infrastructure related worries, one can focus on marketing, ordering, bundling, packaging, provisioning, management, billing and on top reporting strategies.  Of course, you do not have to consider building hosted platform, but in order to make it work and be part of million dollar industry, you still have to do a lot.</p>
<p><strong>MachPanel the Reliable Partner</strong></p>
<p>Here comes the importance of a reliable partner, who always keep close eyes on your needs to streamline your business and customer life cycle. MachSol being in the industry for over a decade now, realized pain areas of their strategic partners and came forward with a solution that can help customers reduce time-to-market their services as Microsoft Office 365 cloud solution provider, remove the complexity of CSP program’s API integrations. MachPanel cloud reselling control panel Offers user friendly and fully customizable interfaces and ordering at your storefront with N tiers of self-service by defining custom bundles, bundle value added services and even hybrid packaging facility.</p>
<p>MachSol as Microsoft Office 365 CSP Automation Solution provider offers you extensive billing and invoicing facility via its built-in billing module to Cater Microsoft Office 365 CSP billing requirements or you can integrate your in house billing solution and even third party solution like WHMCS. Our open API’s can help you plug in MachPanel with your current workflows.</p>
<p><strong> </strong>Support again is vital component as a Microsoft Cloud Solution Provider, MachPanel offers you very systematic and comprehensive ticketing system to tackle and monitor your customer support department.</p>
<p><strong>MachPanel Automation Platform for Microsoft CSP is a complete Market Place</strong></p>
<p>Upcoming MachPanel CSP module is not just an automation solution but a complete market place taking care of Microsoft Office 365 CSP Selling, ordering, subscription, provisioning, hybrid management, reporting, support, auditing, Open API’s, open to integrate any solution around Office 365, with its detailed role based access control and work flows through Microsoft Office 365 CSP feature rich control panel. Interesting part is that MachPanel CSP module offers you management of multiple CSP Profiles and value added services like AdSync for single sign on.</p>
<p><strong>Open up New Revenue Streams</strong></p>
<p>By using MachPanel Automation Platform for Microsoft CSP you can open up new revenue streams to your business as cloud services provider by fast start and low risk availing our flexible CSP automation solution pricing model. We are always open for review and feedback in regards to MachPanel Office365 CSP module.</p>
<p>If you are looking for further information or want to be our technology partner, contact us at <a href="mailto:sales@machsol.com">sales@machsol.com</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://blog.machsol.com/cloud/marketplace-for-microsoft-cloud-solution-providers-machpanel-csp-module">Marketplace for Microsoft Cloud Solution Providers | MachPanel Automation Platform for Microsoft CSP</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
