In the list of parameters in README.md you can find
- ExportAuthroizationServers
- Flag inidicating if Authroization servers should be exported, default true
But when looking at the code you find that this parameter is not used. The code DeploymentTemplate.ParameterizeAuthorizationServers is never called and the test ParameterizeAuthorizationServers is commented.
I think that we have two options
- The flag parameter should effect how the template is generated (implement support for Authorization Servers)
- Remove the parameter and the code that is not used to avoid confusion for the users and developers.
In the list of parameters in README.md you can find
But when looking at the code you find that this parameter is not used. The code DeploymentTemplate.ParameterizeAuthorizationServers is never called and the test ParameterizeAuthorizationServers is commented.
I think that we have two options