As @Amila Samarasinghe says, this is because of using basic authentication. I think it is still supported if you do not have another option. Have a look at our documentation:
In my opinion it’s highly likely that it’s possible to connect IFS Cloud to excel as Odata feed. Seems we need to implement the OAuth2 flow for power query as mentioned in MS documentation
In my opinion it’s highly likely that it’s possible to connect IFS Cloud to excel as Odata feed. Seems we need to implement the OAuth2 flow for power query as mentioned in MS documentation
let api_url = "https://servername.ifs.com/", token_path = "auth/realms/#realm_name#/protocol/openid-connect/token", ClientID = "client id", //client ID and secret from IAM client Secret = "secret",
I didn’t think it’s possible to add the token fetching inside a function itself, bravo.
Thanks for sharing @Amila Samarasinghe
Thank you very much @Amila Samarasinghe
Hi Amila,
What was the IAM client type you used?
I’m having some credentials problems!
br.petri
Hi @Petri P
It was a normal IAM client with Service Accounts enabled and a service account user connected.
BR,
Amila
Hi Amila,
Thanks for the info. What I do wrong. still get some credentials problem? I have also a service user. So no user id’s nor passw’s needed for the call header . The ClientId and secret enough. I get the token alright (not the Data). I have given the permission to the projection for server user. The projection is made with QueryDesigner but got the same when trying similar calls that oyu have used.
Br.petri
Hi Amila,
Thanks for the info. What I do wrong. still get some credentials problem? I have also a service user. So no user id’s nor passw’s needed for the call header . The ClientId and secret enough. I get the token alright (not the Data). I have given the permission to the projection for server user. The projection is made with QueryDesigner but got the same when trying similar calls that oyu have used.
Br.petri
Now I got data to excel, don’t know why credentials error first, maybe some refresh problem.
br.petri
Hi @Amila Samarasinghe,
I am also trying to get this solution works. I used the same example you have published here, and it seemed to work for me but now it is giving me below error.