Skip to main content
Solved

Aurena API Explorer to Power BI

  • October 16, 2023
  • 2 replies
  • 229 views

SMANUEL
Sidekick (Partner)
Forum|alt.badge.img+9
  • Sidekick (Partner)
  • 57 replies

Hi Team,

Connecting Power BI using AURENA API API Explorer giving this error….

Can someone help ?

 

Thanks in Advance

Best answer by Charith Epitawatta

Hi @SMANUEL,

It seems you are trying to access the projection through the ‘main’ URL. For main endpoints, you cannot use basic authentication and should use OAuth. If you need to use basic authentication, you should access the projection through the ‘int’ URL. Make sure the projection is included in the compatibility application type before doing this.

In instances where it's not possible to use OAuth, the administrator should selectively enable 'Compatibility Application Type' for the required projections after a careful consideration of the network security situation.

Please refer to the following documentation on this:

https://docs.ifs.com/techdocs/foundation1/045_administration_aurena/240_integration/020_api_explorer/default.htm

Hope this helps!

2 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • 1094 replies
  • Answer
  • October 16, 2023

Hi @SMANUEL,

It seems you are trying to access the projection through the ‘main’ URL. For main endpoints, you cannot use basic authentication and should use OAuth. If you need to use basic authentication, you should access the projection through the ‘int’ URL. Make sure the projection is included in the compatibility application type before doing this.

In instances where it's not possible to use OAuth, the administrator should selectively enable 'Compatibility Application Type' for the required projections after a careful consideration of the network security situation.

Please refer to the following documentation on this:

https://docs.ifs.com/techdocs/foundation1/045_administration_aurena/240_integration/020_api_explorer/default.htm

Hope this helps!


SMANUEL
Sidekick (Partner)
Forum|alt.badge.img+9
  • Author
  • Sidekick (Partner)
  • 57 replies
  • November 7, 2023

@Charith Epitawatta Thanks Much!