U.S. Bank Connection Method Transition 500 Error
When beginning OSU, the dialog is displayed:
Your financial institution connections(s) need an update
U.S. Bank Internet Banking
The following financial institutions are transitioning to a different connection method. To continue downloading information, please update the connection for the following:
<USBank account list>
With buttons: "Reauthorize" — When clicked, present interstitial dialog with a "Sign In" button. Which, when clicked, goes to the URL:
https://api.usbank.com/olb/oauthoidc/v1/authorize?scope=openid+accounts&response_type=code&redirect_uri=https%3A%2F%2Fpartnerauth.platform.intuit.com%2Fexternal_partner%2Fusb%2Fcallback&client_id=<snip>&external-party-agent=Intuit%3AQuicken&state=<snip>
That URL displays a 500 Server Error in as plain text in the HTML body…
{
"error":{
"code": "500",
"message": "Execution of ServiceCallout SCValidateUserAgentLegacy failed. Reason: ResponseCode 401 is treated as error"
}
}
Comments
-
Working this morning. I'm guessing it was maintenance or a cutover timing issue with their transition to EWC+
0