Skip to main content
Answer

Disable local login

  • January 9, 2023
  • 3 replies
  • 108 views

Kasper Reijnders
Forum|alt.badge.img+5

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

 

Best answer by Dick van den Brink

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
}
```
 

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+3

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
}
```
 


Kasper Reijnders
Forum|alt.badge.img+5

Thanks, this indeed works! 


Forum|alt.badge.img+3

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