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 Apps / Connecting to Odata Fe...
Power Apps
Answered

Connecting to Odata Feed With Basic Authentication

(1) ShareShare
ReportReport
Posted on by Microsoft Employee

I'm trying to connect my app to an odata feed I have that requires basic authentication to sign in. Unfortunately, it seems as though the odata connector only supports Microsoft or anonymous authentication. I've never built a custom connector before, but I am open to learning how. Is this the route I should go down? If so does anyone have any tutorials?

I have the same question (0)
  • Verified answer
    v-monli-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    Please check on below blog to see if it could help:

    https://www.cdata.com/kb/tech/odata-odata-powerapps.rst

     

    Regards,

    Mona

  • guido Profile Picture
    18 on at

    An alternative might be a query such as (please note that the password is stored in plain text):

     

    let
     Bron = Web.Contents("https://bridge-online.cloud/invantive-activecampaign/odata4/ActiveCampaign.V3.Accounts@acn", [Headers=[#"Accept"="application/json",#"Authorization"= Text.Combine({"Basic", " ", Binary.ToText(Text.ToBinary("john.doe@acme.com:secret@"), BinaryEncoding.Base64)})]]),
     Rows = Table.FromList(Json.Document(Bron)[value], Splitter.SplitByNothing(), {"Columns"}, null, ExtraValues.Error),
     Accounts = Table.ExpandRecordColumn(Rows, "Columns", {"id", "name", "accountUrl", "createdTimestamp", "updatedTimestamp"})
    in
     Accounts

     

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 Apps

#1
Vish WR Profile Picture

Vish WR 893

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 482

Last 30 days Overall leaderboard