# Authentication
> Authentication is the process of verifying the identity and the permissions of a user. When this is successful it grants access to the application.

## Authentication via Volue Identity

<DataList.Root orientation="vertical" emphasize="label">
  <DataList.Row>
    <DataList.Label>When to use</DataList.Label>
    <DataList.Value marginTop="spacingS">
      Volue Identity should always be used for any volue product.
    </DataList.Value>
  </DataList.Row>
  <DataList.Row>
    <DataList.Label>Description</DataList.Label>
    <DataList.Value marginTop="spacingS">
      Volue identity manages the whole authentication process. This is an
      upstream process.
    </DataList.Value>
  </DataList.Row>
  <DataList.Row>
    <DataList.Label>Behaviour</DataList.Label>
    <DataList.Value marginTop="spacingS">
      Volue identity allows signing in via microsoft account, email or google.
    </DataList.Value>
  </DataList.Row>
</DataList.Root>
