OpenF2 / F2

Redefining web integration for the financial services community
Apache License 2.0
129 stars 62 forks source link

Secure App Example using F2 - easyXDM #183

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi,

It would be very helpful if some one can provide me an example on secure app using easyXDM.

Thanks, Sudheer.

ghost commented 9 years ago

Hi Mark,

Could you please guide me if you have an example handy ?

Thanks, Sudheer.

markhealey commented 9 years ago

Hi, was #178 not helpful? The examples contain options to see secure Apps.

markhealey commented 9 years ago

Could you please guide me if you have an example handy ?

@g-sudheer to load example secure Apps, follow these steps:

  1. Download the examples
  2. Put the files in your webserver directory, start up the server
  3. Confirm example Container loads at http://yourserver/examples/container/
  4. Press "Select Apps" to choose Apps to load
  5. Open container/js/sampleApps.js
  6. Change one or more of the isSecure AppConfig properties from false to true
  7. Refresh Container page, press "Select Apps" and check the Apps indicated as "secure"

If you inspect the Container's HTML, you'll see the Apps are inside an iframe.

ghost commented 9 years ago

Thank you very much @markhealey Its working !!