Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Multi Tenant json config

Emanuele Filardo edited this page Sep 10, 2018 · 1 revision

If Multi Tenant config is required set fileId parameter at AzureStorageHelper.GetConfigFileAsync(fileId) and config file name should be like this "policyServerConfig_{fileId}.json" (ex. with fileId = 1 you must have policyServerConfig_1.json in blob storage container)

Instead if Multi Tenant isnt required the library use default "policyServerConfig.json"

Clone this wiki locally