The webpage cannot be found after authentication from healthvault
-
Monday, December 10, 2012 8:14 PM
Going to Healthvault to be authenticated
Return- Going to run my test app: HelloHV
http://127.0.0.1:82/Webrole1?target=AppAuthSuccess&actionqs=%2fHelloHV.aspx Error from healthvault:
Problem
The webpage cannot be found
HTTP 400
Most likely causes:
•There might be a typing error in the address.
•If you clicked on a link, it may be out of date.
What you can try:
Retype the address.
My Config
<
<
addkey="SpewUnhandledExceptions"value="true"/>
<
addkey="WCPage_SSLForSecure"value="false"/>
</
appSettingsUser>
<
appSettings>
<
addkey="ApplicationId"value="dfba552f-2dbd-4aa2-8853-65453d6b4c1b"/>
<
addkey="ShellUrl"value="https://account.healthvault-ppe.com/"/>
<
addkey="HealthServiceUrl"value="https://platform.healthvault-ppe.com/platform/"/>
<!--
when we call the SignOut() method on HealthServicePage, it redirects us to the page below -->
<
addkey="NonProductionActionUrlRedirectOverride"value="~\Webrole1\Redirect.aspx"/>
<!--
The redirect page (specified above) uses these keys below to redirect to different
pages based on the response from the shell
-->
<
addkey="WCPage_ActionHome"value="~\Webrole1\default.aspx"/>
<
addkey="WCPage_ActionAppAuthSuccess"value="~\Webrole1\HelloHV.aspx"/>
<
addkey="ApplicationCertificateFileName"value="~\cert\healthvaultcer.cer"/>
</
appSettings>
<
connectionStrings/>
Any suggestions
appSettingsUser>
All Replies
-
Monday, December 10, 2012 9:18 PM
Hi Mike,
Looks like the redirect page is constructed to be unreachable. Can you clear the ActionURL entry from application configuration center page and try again? I assume you have Redirect.aspx and HelloHV.aspx under Webrole1 directory.
Thanks
Santhosh- Marked As Answer by Mike Bullen Tuesday, December 11, 2012 3:38 PM

