Skip to content

Suggestion: Remove ConfigurationManager.AppSettings requirement #1

@nwgaeagle

Description

@nwgaeagle

In the SecureNetRestApiSDK.Api.Controllers.BaseController.ProcessRequest method, there's a hard-coded requirement that the apiContext.Config dictionary pull its definition from the web/app.configs

In order to handle multiple SecureNet clients, it'd be nice if the code calling the ProcessRequest method can override the apiContext from their own codebase.

I suggest a flag of some sort to prevent the apiContext parameter from being overwritten or allow for only null apiContext to be overridden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions