Skip to content

Commit

Permalink
DS-17836 - Update the Sample ISV url to the new one
Browse files Browse the repository at this point in the history
  • Loading branch information
malacroix committed Oct 3, 2017
1 parent a0cf8cf commit 77a1fe2
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ <h1>Welcome to the Sample ISV!</h1>
<li>
<span><b>Non-interactive</b></span>
<ul>
<li><b>Endpoint</b>: https://dev-sample-isv.devappdirect.me/api/integration/appdirect/processEvent?token={token}</li>
<li><b>Endpoint</b>: https://sample-isv.dev.devappdirect.me/api/integration/appdirect/processEvent?token={token}</li>
</ul>
</li>
<li>
<span><b>Interactive</b></span>
<ul>
<li><b>Create Endpoint</b>: https://dev-sample-isv.devappdirect.me/appdirect/create?token={token}</li>
<li><b>Upgrade Endpoint</b>: https://dev-sample-isv.devappdirect.me/appdirect/upgrade?token={token}</li>
<li><b>Cancel Endpoint</b>: https://dev-sample-isv.devappdirect.me/appdirect/cancel?token={token}</li>
<li><b>Create Endpoint</b>: https://sample-isv.dev.devappdirect.me/appdirect/create?token={token}</li>
<li><b>Upgrade Endpoint</b>: https://sample-isv.dev.devappdirect.me/appdirect/upgrade?token={token}</li>
<li><b>Cancel Endpoint</b>: https://sample-isv.dev.devappdirect.me/appdirect/cancel?token={token}</li>
</ul>
</li>
</ul>
Expand All @@ -29,31 +29,31 @@ <h1>Welcome to the Sample ISV!</h1>
<li>
<span><b>Non-interactive</b></span>
<ul>
<li><b>Endpoint</b>: https://dev-sample-isv.devappdirect.me/api/integration/appdirect/processEvent?eventUrl={eventUrl}</li>
<li><b>Endpoint</b>: https://sample-isv.dev.devappdirect.me/api/integration/appdirect/processEvent?eventUrl={eventUrl}</li>
</ul>
</li>
<li>
<span><b>Interactive</b></span>
<ul>
<li><b>Create Endpoint</b>: https://dev-sample-isv.devappdirect.me/appdirect/create?eventUrl={eventUrl}</li>
<li><b>Upgrade Endpoint</b>: https://dev-sample-isv.devappdirect.me/appdirect/upgrade?eventUrl={eventUrl}</li>
<li><b>Cancel Endpoint</b>: https://dev-sample-isv.devappdirect.me/appdirect/cancel?eventUrl={eventUrl}</li>
<li><b>Create Endpoint</b>: https://sample-isv.dev.devappdirect.me/appdirect/create?eventUrl={eventUrl}</li>
<li><b>Upgrade Endpoint</b>: https://sample-isv.dev.devappdirect.me/appdirect/upgrade?eventUrl={eventUrl}</li>
<li><b>Cancel Endpoint</b>: https://sample-isv.dev.devappdirect.me/appdirect/cancel?eventUrl={eventUrl}</li>
</ul>
</li>
</ul>
</li>
<li class="list-group-item">
<span><b>OpenID</b></span>
<ul>
<li><b>Login URL</b>: https://dev-sample-isv.devappdirect.me/openid?openid_identifier={openid}</li>
<li><b>Realm</b>: https://dev-sample-isv.devappdirect.me/</li>
<li><b>Login URL</b>: https://sample-isv.dev.devappdirect.me/openid?openid_identifier={openid}</li>
<li><b>Realm</b>: https://sample-isv.dev.devappdirect.me/</li>
</ul>
</li>
<li class="list-group-item">
<span><b>SAML</b></span>
<ul>
<li><b>Version</b>: 2.0</li>
<li><b>Assertion Consumer Service URL</b>: https://dev-sample-isv.devappdirect.me/saml/SSO</li>
<li><b>Assertion Consumer Service URL</b>: https://sample-isv.dev.devappdirect.me/saml/SSO</li>
<li><b>Service Provider / Audience Entity ID</b>: https://sample-isv.appdirect.com</li>
</ul>
</li>
Expand Down

0 comments on commit 77a1fe2

Please sign in to comment.