> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LoginConfig

<span id="atoti.LoginConfig" />

> atoti.LoginConfig(<br />
>     \*,<br />
>     *allowed\_redirect\_urls*: [Set](https://docs.python.org/3/library/collections.abc.html#collections.abc.Set)\[[str](https://docs.python.org/3/library/stdtypes.html#str)] | [None](https://docs.python.org/3/library/constants.html#None) = `None`,<br />
> )

The config related to the `/login` endpoint.

### Attributes

<h4 id="atoti.LoginConfig.allowed_redirect_urls">
  *allowed\_redirect\_urls*
</h4>

The allowed values of the `redirectUrl` query parameter.

If `None`, all URLs are allowed.
