i want to implement *`Automatic account linking`* ...
# ory-selfhosting
a
i want to implement
Automatic account linking
to link existing identities with microsoft accounts in the documentation it's mentioned that if identity exists, it will prompts user to enter his password and the link will be successful, but what happen actually is that i get this error and get redirected back to login page
Copy code
{
  "registration_duplicate_credentials": {
    "CredentialsType": "oidc",
    "CredentialsConfig": {
      "providers": [
        {
          "subject": "Khh9Zs4GaLyC9VNLJUS_GeAsz9Pr_7c_DBs9QgQsY38",
          "provider": "microsoft",
          "initial_id_token": "65794a306558496f696a4f696a4b563151696a4c5938",
          "initial_access_token": "65794a306558496f696a4f696a4b563151696a4c5938",
          "initial_refresh_token": "",
          "expires_at": "2025-05-06T08:18:06.257754717Z"
        }
      ],
      "initial_access_token": "65794a306558496f696a4f696a4b563151696a4c5938"
    },
    "DuplicateIdentifier": "<mailto:hazem.ahmed@btech.com|hazem.ahmed@btech.com>"
  }
}
what could be wrong, or how to configure it correctly? also do i need to use special version (current version v1.1.0
@clever-furniture-50019 could you help me?
@bland-eye-99092 @steep-lamp-91158 @great-microphone-75721
b
Please try to not ping community members directly, thank you!
but what happen actually is that i get this error and get redirected back to login page
Have you tried entering the password on that page?
a
i solved the issue thank you