OKTA .net core example with authorization flow

It looks like the okta github examples and walkthrough (https://developer.okta.com/docs/guides/sign-into-web-app/aspnetcore3/ ) use a secret id.

My security team is using “authorization flow” which somehow does not use a secret id.

Is there any example of how to configure a .net core web app using this type of authorization?