Skip to content

["FEAT"] Oauth validator feature flag #183

@Ian2012

Description

@Ian2012

Is your feature request related to a problem? Please describe.
In some environments, is needed to disable the extra validation for oauth tokens provided by eox-tenant:

if hasattr(settings, 'OAUTH2_PROVIDER'):
settings.OAUTH2_PROVIDER['OAUTH2_VALIDATOR_CLASS'] = 'eox_tenant.validators.EoxTenantOAuth2Validator'

Describe the solution you'd like
A feature flag USE_OAUTH_FOR_TENANTS or similar trigger mechanism

Describe alternatives you've considered

Additional context

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions