Skip to content

Engineered Code Blog

Category: Power Pages

Power Apps Portals: External Authentication

November 14, 2019 3 Min.To Read

Last time I gave an overview of authentication with Power Apps Portals, and I mentioned that external authentication is the way to go. In this post I dive a bit deeper into external authentication.

Power Apps Portals: Authentication Overview

November 8, 2019 3 Min.To Read

If you’re new to Power Apps Portals, or you’re an Adxstudio veteran, Portal authentication can be a tricky concept – there are a lot of options, and since we’re dealing with getting access to potentially sensitive data, you want to make sure you’re doing it right. I’ve got a few posts lined up on this subject, but I thought I’d start with a general overview of how authentication works in Power Apps Portals.

PowerApps Portals: Liquid and JavaScript – Better Together!

October 31, 2019 4 Min.To Read

PowerApps Portals offers two primary languages for customization: JavaScript and Liquid. This leads to confusion as to which technology should be used when – I’ll try to clear up some of that confusion in this blog post, as well as demonstrate that is many cases, the best option is a combination of the two.

PowerApps Portals: Another UI Change Using Only CSS

October 22, 2019 2 Min.To Read

While not officially a series, I’ve done a few posts now on how to use CSS to modify some of the out-of-the-box experiences within PowerApps Portals. This week, I’ll show you show to convert the dropdown used to select the current view for an Entity List into tabs.

Back to top