Question Jani Hurskainen · Nov 18, 2024

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

Comments

Jani Hurskainen · Nov 18, 2024

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.

0
Jani Hurskainen · Nov 18, 2024

Currently we have in-house ObjectScript code to convert a JSON configuration file into OAuth2.ServerDefinition, OAuth2.Client et al. objects.

0