I was trying to call GetSection from injected configuration in the Startup.cs. The Value was null, while indexer to a concret
GetSection
Startup.cs
null
indexer
In my case, I was missing a package:
Microsoft.Extensions.Configuration.Binder
It's in fact documented as a subtle code comment in here