Multi Tenant json config - n4notech/n4notech.PolicyServer.Extended GitHub Wiki

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"