Hello.
I am in the middle of integration SAML between Zitdel and Azure (previously tried the same for OKTA without any problems)
But currently I am encountering issue during linking accounts process.
In our app we are creating Zitadel accounts for users and we want to give them possibility later to link with external account.
So this is the case when we do not allow creating accounts automatically during external login.
More details. User has ben found and linking process started.
Finally on Linking User page after providing password user has error:
"Errors.User.ExternalIDP.AlreadyExists"
The problem is that in Zitdael Console this user has an empty list of linked external providers (so I am not sure the source of error).
I was able to fix the issue for different user adding external IDP using API directly but this is not solution that I need.
What do you think? Did someone struggle with similar issue?