0

I was wondering if Garden FI is pretty much at parity with a real financial institution's environment. I was able to open a new window to the website of an FI that isn't the redirect_uri I provide to my developer portal using the plugin bridge module with this <a target="_blank" href="http://my_url"></a> element.

This documentation says that you shouldn't be able to open other windows or it just isn't supported (I'd like some clarity if there's a difference in this situation too). Nonetheless I was able to open a window.

I make a plugin where in it, I call an API to grab some HTML to render an image that links back to the FI's FAQ or another FAQ elsewhere.

<a target="_blank" href="http://my_url"></a>

Clicking this image sends me to a new page that isn't reflected in my redirect_uri list on the dev portal. I expected this not to work according to this documentation.

How different is Garden FI from an actual FI and can I open windows/tabs that aren't the redirect URI?

Thanks team, this is important for me developing a cool plugin for my client and setting expectations.

Josh
  • 3
  • 1
  • The _Garden_ demo institution runs production Banno code (but as named, it's a _demo_ institution) so it's as real as it gets in terms of behavior. The behavior you are seeing is expected. – Jaime Lopez Jr. Jul 03 '23 at 15:33
  • You're on the right track with using the [Plugin Bridge](https://jackhenry.dev/open-api-docs/plugins/architecture/userinterface/banno-plugin-framework-bridge/) to open different links (as opposed to using a configured primary action button, which has limited functionality). I see that the docs as-written are confusing, so I've taken a note to get the docs updated to clarify that the use case you have in mind is indeed a _valid_ use case supported by the Plugin Framework. – Jaime Lopez Jr. Jul 03 '23 at 15:35
  • Cool, I see the updates to the docs, it all makes sense to me now, thanks for your help! – Josh Jul 05 '23 at 13:43

1 Answers1

0

The Garden demo institution runs production Banno code (but as named, it's a demo institution) so it's as real as it gets in terms of behavior. The behavior you are seeing is expected.

You're on the right track by using the Plugin Bridge.

We've updated the Restrictions page to clarify that opening a new window is supported via the Plugin Bridge's handling of embedded web browser links.

Jaime Lopez Jr.
  • 476
  • 1
  • 3
  • 9