Solved

Office 365 Authentification and indicium

  • 15 July 2019
  • 3 replies
  • 240 views

Badge +7
We want to implement single sign on (SSO) on our application.
We are using the Windows GUI which makes connection with Indicium. We connect over the internet. The Indicium installation is on an IIS server in our own network.
The ini file looks like:
metasource = iam
rdbms = indicium
server = https://application-indicium.xxxx.nl/api

The usernames we have are e-mail adresses and in IAM are configured as ‘Authentification type’ = IAM.
We would like to use the Office365 authentification (online sign-in services).

Is this possible and if so, how do you do it?
icon

Best answer by Jasper 16 July 2019, 17:05

View original

3 replies

Userlevel 7
Badge +11
Hi Eric,

Unfortunately we do not support external authentication services for signing in to the Windows GUI.
Badge +7
Hello Jasper,

Thank you for the information.
I have 2 more questions:
  • Do you support external authentication services for signing (Office365 authentification) in to the Web GUI (We have also an application which works with a browser which connects with the Web GUI)
  • Do you support external authentication services for signing (Office365 authentification) in to indicium (if we use a browser as client)
Userlevel 7
Badge +11
The Web GUI currently ony supports SSO using ADFS.

Both the Web GUI and Indicium however make use of the ASP.NET Identity Framework which provides supports for external login providers, including Microsoft, so it should be feasible to add this feature.

Feel free to submit an idea for this!

Reply