Administrators
By default the user who installs Frends will be given the role of Administrator.
The users who automatically get the Administrator role can be configured by modifying the WebUI web.config file.
Example of an application key containing the administration configuration:
<add key="LocalAdministratorsJson" value='["DOMAIN\\User","DOMAIN\\Example]' />
The users in the list above are only given the role of Administrator when the user is created. So if the user existed before they were added to the administrators list, they will not get the administrator role.
OpenId Connect
IIS Configuration: Windows Authentication disabled, and Anonymous Authentication enabled.
Currently the only supported OpenID Connect provider is Azure AD (Office 365).
The next article is Introduction to Frends set-up.