---
title: Managing users coming through a third-party authentication service
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

When users sign in through a third-party authentication service for the first time, Kentico **automatically creates a new user account** for them. If you edit such an account in the **Users** application, you can see that the account has some specific settings.

## General tab

The **User name** and **Full name** fields of the user are automatically filled in by the system according to the following format:

User name

- **Live ID**: _liveid\__
- **OpenID**: _openid\__
- **Facebook Connect**: _facebookid\__

Full name

- **Live ID**: _LiveID -&#x20;_
- **OpenID**: _OpenID -&#x20;_
- **Facebook Connect**: _Facebook ID -&#x20;_

You can change these values manually without any effect on the authentication functionality.

Also notice that the **Is external user** check box is selected. This indicates that the user account is imported from an external user database and disables standard forms authentication for the user. The user can only sign in using the third-party authentication service.

When merging an existing account with third-party authentication using one of the&#x20;**&#x20;required user data** web parts, the existing account that you want to merge must not have the **Is external user** flag enabled. Otherwise forms authentication via the web part will not work.

## Settings tab

If you switch to the **Settings** tab of the user editing interface, you can view the related **Live ID**, **Facebook user ID** and **OpenID** fields. This is where the user's ID from the related provider is stored.

You can change the values manually if you need to. You just need to make sure that the entered ID is valid. Then, the newly entered ID will be used when the user signs in. You can also delete the value, in which case no ID will be assigned to the user. If you delete the ID value, remember to clear the **Is external user** option on the **General** tab so that the user can sign in using standard forms authentication.
