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?
Solved
Office 365 Authentification and indicium

Best answer by Jasper
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!
View originalBoth 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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.