web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Cookies not getting se...
Power Pages
Unanswered

Cookies not getting set from Azure Function in PowerApps Portals

(0) ShareShare
ReportReport
Posted on by


I am trying to set Cookies in PowerApps Portals from Azure Function like below.

Date.prototype.addHours = function(h) {
this.setTime(this.getTime() + (h*60*60*1000));
return this;
}

context.res = {
// status: 200, /* Defaults to 200 */
headers: {
'Set-Cookie': `jwt=${token}; Expires=${new Date().addHours(8)}; Path=/; Secure; HttpOnly; SameSite=Strict`
}
};

I am not able to see Cookies getting set in Browser Cookies.

akashu912_0-1655115566256.png

 

 

Categories:
I have the same question (0)
  • Christian Leverenz Profile Picture
    1,214 on at

    Hi @akashu912 ,

    not sure, but the function will have a diffrent site/url than your portal i assume. So i assume that the cookie will be set for the site of the function and not on the portal and as cookies should be (as you did) be for the same site i think, its not possible that way.

    Did not try, but may be if you make both your function AND the portal available via a reverse proxy, this might work as both sites appear to the browser as one site.

    One possibility to do so is using Azure Frontdoor. ( https://docs.microsoft.com/en-us/power-apps/maker/portals/azure-front-door ). I tried yesterday for a completely diffrent scenario a nginx container working as a reverse proxy for my functions and that worked very well (but of course more complicated to set up).

     

    Thanks for this great question,

      Christian

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Valantis Profile Picture

Valantis 59

#2
11manish Profile Picture

11manish 51

#3
omkarsupreme Profile Picture

omkarsupreme 27

Last 30 days Overall leaderboard