I’ve got a .net 6 webapi, and I’m attempting to port over the Okta Auth stuff from my .netCore3.1 API.
I think i’ve got all the stuff that used to be in startup configured, but I don’t have a client yet.
If i make a call in swagger, I’m getting the 401 error as expected , which confirms my fail case.
How can I confirm my success case?
I get that I need to pass a token into swagger some how, but how do I get it and how do I pass it?
We are just using the free Swagger not Swagger hub like in this example:
Which I didn’t understand well enough to follow.
Also, are there .net 6 versions of these samples yet?
Thanks!