Description
It is possible to build an individual OIDC config group with a group specific builder.
These group specific builders can be initialized from the main OidcTenantConfig builder, when they correctly pick up default values, for example, true for some boolean properties.
But, when the group specific builder is created with its default constructor, the correct default values are not set, requiring users calling additional builder methods
Implementation ideas
No response