You must either set Authority or IntrospectionEndpoint" Code Example
You must either set Authority or IntrospectionEndpoint"
I had this issue when I had an unused interface property in my controller's
constructor, removed it and all worked good, who knows it may be the same
in your case too :)