Hi,
in the past week we got message from our customers that they can't login on our power apps portal site.
they are prompted for an invitation code while they are already registered for many months now.
after some investigation I found that the system account used to access the dataverse tables has changed
from SYSTEM to "# Portals-name of the portal"
and the problem appear to be related to the adx_externalidentity records created when the SYSTEM account was used.
like if the new account "# Portals-name of the portal" is not able to read these records, not able to find the associated contact for the user and prompt him for a new invitation code.
so I just duplicate all the exiting records from the adx_externalidentity which were created be the SYSTEM account and the users are now able to connect properly.
is anybody else suffering this issue?
at least I have a work around, but is there another way to solve this?