.AddOpenIdConnect() Dynamic Config on each request
Currently I am trying to work on .AddOpenIdConnect() but each config would be different for each request based on the parameter/client. I have tried IConfigureNamedOptions but it seems it’s only run/compiled during startup