This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
allow authentication strategy overrides for increased extensibility #1003
Labels
enhancement
New feature or request
Is your feature request related to a specific problem?
#562 describes a general effort/approach to making
fidesops
factories more extensible, so that developers outside of the corefidesops
codebase can develop their own implementations that plug into the core factory.we decided to break up that issue into sub-issues for each specific factory that we'd like to refactor (pun not intended). this issue covers the authentication strategy factory.
this will also, in effect, give us a mechanism for providing override escape hatches for SaaS auth mechanisms, just as we did for SaaS request execution in #815.
Describe the solution you'd like
client_config.authentication.strategy
field of the SaaS config. The implementations will be able to define their ownconfiguration
class/model, similar to how it works with the masking strategy factory in refactor masking strategy factory for improved extensibility #560Additional context
The text was updated successfully, but these errors were encountered: