'Banno OATH Cannot GET /v0/oidc/auth
Completely working Banno simple-plugin-example using one AWS Linux server with NodeJS copied to be transitioned to work under a Microsoft IIS server with NodeJS and URL Rewrites and all that entails basically worked out; but fails when it gets to actual process of OATH apparently as getting a "Cannot GET /v0/oidc/auth" response. Tried a number of ideas; but looking for some ideas to try.
Solution 1:[1]
I'm unable to reproduce the behavior that you saw, which makes me wonder if you ran into a temporary blip.
Assuming that we're talking about the latest version (commit c8775db2e3d9ecb4ce9ca708475d81d5936adf0e) of the Simple Plugin Example, then there are a few things to check and/or try.
It'll be good to check that the environment value in your
config.jsis correct. Theconfig-EXAMPLE.jsin the repo uses https://digital.garden-fi.com which matches up with the Garden demo financial institution. However, if you're not running this with aClient IDandClient Secretthat's from Garden (i.e. this is with a different financial institution) then you'll have to change thatenvironmentvalue as appropriate for your financial institution.It'll be good to double-check that the
Client IDandClient Secretmatch up with your External Application which is configured for your plugin.If you're running the
Simple Plugin Examplelocally, then you can try navigating to the http://localhost:8080/dynamic URL which is expected by the plugin when the code is run locally. This is a good way to figure out if the sample code itself is running as expected.Assuming the above is fine, it'll be good to double-check the "URL Rewrites" which you mentioned...it's unclear what those URL rewrites are doing, but it's possible that you have some code which is interfering with what the sample code is expecting.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jaime Lopez Jr. |
