tarunpandey23 69342d4783
Feat: update generate docs schema (#19372)
* Updated generate_docs_schema

* Updated generate_docs_schema

* Updated generate_docs_schema

* applied generate_docs_schema script

* Revert the changes in this file

---------

Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-15 17:46:55 +05:30

1.3 KiB

title slug
authorizerConfiguration /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)
  • botPrincipals (array): @Deprecated List of unique bot principals. Default: null.
    • 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.
  • enforcePrincipalDomain (boolean): Enable Enforce Principal Domain.
  • enableSecureSocketConnection (boolean): Enable Secure Socket Connection.
  • useRolesFromProvider (boolean): Use Roles from Provider. Default: false.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.