Skip to main content

Hello

 

I'm creating a bespoke solution whereby the bottom of the page shows the Workspace App. The FME App will basically allow staff to submit comments.

 

I've used an existing App for testing purposes which required the use of SSO (Azure). The Workspace App URL is simply enclosed within an iframe tag.

 

<div class="embed-responsive embed-responsive-16by9">

  <iframe class="embed-responsive-item" src="https://fme.mole-valley.gov.uk/fmeserver/apps/SubmitComments" allowfullscreen></iframe>

</div>

 

The page shows both contents so all good.

When I login as usual, it loops back to the log in page within the iframe.

The Workspace App works as usual on its own.

 

So I decided to create another Workspace App which does not require authentication. Used that instead for my iframe and everything works as expected.

 

Any ideas / pointers?

FME Server v2023.0.0.3

 

Thanks

Sameer

Be the first to reply!

Reply