OAuth client configuration with Configuration Merge?
I have just learned about configuration merge. However I see there is no option to configure OAuth2 with CPF. Any hopes to get that covered some day?
Product version: IRIS 2022.1
Discussion (0)0
Comments
Related: how do I configure locale with CPF? I didn't find an option. Currently we are running:
do ##class(Config.NLS.Locales).Install("finw")
set ^SYS("NLS", "Config", "Collation")="Finnish3"with iris terminal.
Currently we have in-house ObjectScript code to convert a JSON configuration file into OAuth2.ServerDefinition, OAuth2.Client et al. objects.