0
barrett2474 created
1 Answer(s)
-
0
Hi,
Here is the document: https://github.com/domaindrivendev/Swashbuckle.AspNetCore#enable-oauth20-flows
We have configured OAuth in the app template
You just need to fill the form and click the
Authorize
button.client_secret
default value is1q2w3e*
andcilent_id
is<YourProjectName>_Swagger
, you can see it in the appsettings.json file.