Hello There,
i just concluded an single server install of MIM 2016 on SP 2013 Foundation SP1/SQL 2014 as per the product documentation. Authentication fails when I attempt to login to the MIM Service Portal using either the domain administrator or the account used
to install the SP 2013 SP1.
I see here a similar problem posted but yet to be reported resolved
https://social.technet.microsoft.com/Forums/en-US/69ae1c15-3abd-40f2-9993-144e9d94c1ab/cannot-login-to-microsoft-identity-manager-2016-portal?forum=ilm2
I have followed the guidance below.
# Set a reference to the MIM portal website
$MIM = Get-SPWeb -Identity http://[MIM_PORTAL_NAME]/IdentityManagement
# Display the list of users
$MIM.Users
I could see NT AUTHORITY\authenticated users in the list that returns
Any further help will be appreciated
Akinzo