Azure B2C Login behavior

Hi Jens, Ultimately it is up to the IdentityProvider web service (Microsoft Azure in this scenario) to decide which authentication steps are required. We have seen different behavior based on …

AzureAD SAML Authentication questions

Hi Ruben, You can manually clear the Cube browser caches by closing all open Cube applications and deleting these folders: %LocalAppData%\Skyline\DataMiner\DataMinerCube\CefSharp\UserCache %LocalAppData%\Skyline\DataMiner\DataMinerCube\Edge\Data This removes all cookie and session data and …

Agama Thumbnail on Service View

Hi Christopher, Do you use <Dataminer-IP> in your visual or an actual IP? If it is the first case, can you try with <DMAIP>?

SOAP client in automation script.

Hi Manuel, Is there a specific reason why you are planning to use SOAP? Is it not an option to implement this client using the JSON API? You can find …

Visio router control connection logo

Hi Timothy, You can find some custom theming examples on my github repo: https://github.com/bertbsky/RouterControlButtonDesigner However, you can only bind to information that is available within the same table row that …

Using GQI to find table rows with valid relations.

Hi Mauro, GQI currently has no automatic way to resolve foreign key relations. To achieve this you would need to join the underlying tables for every relation. Knowing EPM this …