Solved

How to use Azure AD or OAUTH on a Custom Screens for seamless login ?

  • 22 February 2022
  • 1 reply
  • 64 views

Userlevel 3
Badge +12

Hi,

I need to access a WEB URL from within my app. I know that this is possible with a Custom Screen that will basically embed a web based application within our Thinkwise App.

How can I handle the Login to this web based application to be seamless?
 

The Web Application URL is for M-Files DMS system.

 

Any help is appreciated

icon

Best answer by Erwin Ekkel 23 February 2022, 11:45

View original

This topic has been closed for comments

1 reply

Userlevel 6
Badge +16

The Url can be embedded using OpenID with a preview component. 

The 3th party app needs to be registered as a OpenID client in IAM. 
The 3th party app needs to be configured to handle authentication using OpenID with indicium.
The Url to the 3th party app can be shown with a preview component.
The Universal GUI, indicium and the 3th party application must all share the same domain.