Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Low-Code Apps: Embed a webpage

Solved601 views28th May 2024dashborad embedded web GUI low code app Website
1
Daniel Martinez [DevOps Advocate]835 27th May 2024 0 Comments

Hi dojo,

I would like to embed a webpage on a Low-Code App. The web shows the login page, but when I type the correct credentials, I received an unauthorized error. I saw the following warning on DevTools:

Why App couldn’t manage correctly the login process? Could it be related to Chrome browser? With Mozilla login works properly.

Thanks!

Daniel Martinez [DevOps Advocate] Selected answer as best 28th May 2024

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
5
Seppe Dejonckheere [SLC] [DevOps Advocate]2.24K Posted 28th May 2024 2 Comments

Hi Daniel,

I think the reason the embeded site does work on Firefox but not on Chrome is because of a difference in the default value for the ‘SameSite’ property of a cookie.

In Chrome, if the ‘SameSite’ property is not set, it will default to ‘Lax’ which causes it to break in the case the website is embeded. Firefox claims that they also have ‘Lax’ as the default value, but I checked this and it doesn’t seem to be the case. You can verify this by opening a new tab in firefox and in the url bar, navigate to ‘about:config’ and search for the ‘network.cookie.sameSite.laxByDefault’ setting. If this is set to true, Firefox should behave the same as Chrome, but if it is set to false, it explains why the embeded site works on Firefox but not on Chrome.

If you want to get the embeded website working on Chrome, changes will have to be made to the webserver serving the Kubernetes webpage so that it sets the cookie with ‘SameSite=None’.

Kind regards,

Daniel Martinez [DevOps Advocate] Selected answer as best 28th May 2024
Daniel Martinez [DevOps Advocate] commented 28th May 2024

Hello Seppe,
Thank you so much for your explanation. So, from Low-Code App side, I can’t do anything to ‘bypass’ this situation. Am I right?
Regards,

Seppe Dejonckheere [SLC] [DevOps Advocate] commented 28th May 2024

Hi Daniel,
You are correct on that.

Kind regards,

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs