Forum Discussion
OAUTH popup window error
Hi,
sorry for the late feedback... The exact error message is: There was an error in the OAuth popup window (Session ID: xxxxxxx). You see the popup window for a fraction of a second before it goes away and you see the following message:
Thanks,
Thomas
- TePe6 years agoHelper IV
Hi
Just tried... It asks me "Please specifiy how to connect". There's the button with "configure connection" where I can choose between anonymus, basic and "organizational account" authentication. When I use basic I can go and provide my user in the format [email protected] and provide my password. But no matter if I provide a correct or incorrect login it just jumps back and asks "Please specify how to connect".
Here's the M-Code I'm using.
letQuery = (MyDomain as text, MyGroup as text) =>letSource = Json.Document(Web.Contents("https://graph.windows.net/" & MyDomain & "/groups/" & MyGroup & "/members?api-version=1.6")),value = Source[value],fnGetGroupMember = Table.FromList(value, Splitter.SplitByNothing(), null, null, ExtraValues.Error)infnGetGroupMemberinQueryYes, not elegant, but it works in Power BI Desktop. Parameters you need is a domain and the GUID of a group you have there...THANKS & Best Regards,Thomas- jimmy73775 years agoFrequent Visitor
HI Any resolution to this yet as i am having the same issues, I am trying to connect tot eh File on Sharepoint( Its in teams) and we have an org account that has set access to read all the information so dataflows is logged in as me.
There was an error in the OAuth popup window (Session ID:XXX)
I try basic does not work.
any other suggestions?
thanking you in advance