2023-08-27 10:55:55 +02:00
---
2025-08-12 13:29:42 +05:30
title: authorizerConfiguration
2023-08-27 10:55:55 +02:00
slug: /main-concepts/metadata-standard/schemas/configuration/authorizerconfiguration
---
# AuthorizerConfiguration
*This schema defines the Authorization Configuration.*
## Properties
- **`className` ** *(string)* : Class Name for authorizer.
- **`containerRequestFilter` ** *(string)* : Filter for the request authorization.
- **`adminPrincipals` ** *(array)* : List of unique admin principals.
- **Items** *(string)*
2025-08-12 13:29:42 +05:30
- **`botPrincipals` ** *(array)* : ** @Deprecated ** List of unique bot principals. Default: `None` .
2023-08-27 10:55:55 +02:00
- **Items** *(string)*
- **`testPrincipals` ** *(array)* : List of unique principals used as test users. **NOTE THIS IS ONLY FOR TEST SETUP AND NOT TO BE USED IN PRODUCTION SETUP** .
- **Items** *(string)*
- **`allowedEmailRegistrationDomains` ** *(array)* : List of unique email domains that are allowed to signup on the platforms.
- **Items** *(string)*
- **`principalDomain` ** *(string)* : Principal Domain.
2025-08-12 13:29:42 +05:30
- **`allowedDomains` ** *(array)* : Allowed Domains to access.
- **Items** *(string)*
2023-08-27 10:55:55 +02:00
- **`enforcePrincipalDomain` ** *(boolean)* : Enable Enforce Principal Domain.
- **`enableSecureSocketConnection` ** *(boolean)* : Enable Secure Socket Connection.
2025-08-12 13:29:42 +05:30
- **`useRolesFromProvider` ** *(boolean)* : Use Roles from Provider. Default: `False` .
2023-08-27 10:55:55 +02:00
2025-08-12 13:29:42 +05:30
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.