Skip to main content

I've tried to configure our production environment to only use Azure AD login. Therefore I disabled the local login, however it still works. Indicium does not actually hide the button. Is there some other setting I need to change as well?

 

https://docs.thinkwisesoftware.com/docs/2022/iam_dev/openid#disable-signing-in-with-a-local-account

 

It seems this is not working when configured from IAM. That is something we need to fix on our side.

We will put this on our backlog!

You can configure it from the appsettings.json like this, to have the feature working.

```
"LoginOptions": {
  "AllowLocalAccounts": false
}
```
 


Thanks, this indeed works! 


The 'Enable local accounts’ setting in IAM is now working correctly, as can be found in the release notes of 2023.1.11.