Thanks, it works.
Have you tried on Web.Unified which is Single (Unified) Application Scenario? When I runned identity, web.host and http.host separately (which is Separated Deployment & Databases Scenario), I got that problem. Web.Unified works properly.
Aren't there any informations?
Hi,
Thank you.
Hi,
it is already like that
app.UseSwaggerUI(options =>
{
options.DocumentTitle = "NMM API";
// Display latest api version by default
//
var provider = context.ServiceProvider.GetRequiredService<IApiVersionDescriptionProvider>();
foreach (var description in provider.ApiVersionDescriptions)
{
options.SwaggerEndpoint($"/swagger/{description.GroupName}/swagger.json", description.GroupName.ToUpperInvariant());
}
var configuration = context.GetConfiguration();
options.OAuthClientId(configuration["AuthServer:SwaggerClientId"]);
options.OAuthClientSecret(configuration["AuthServer:SwaggerClientSecret"]);
});
Hi,
I sent the source code
Hi,
It is still same.
Is there any update for the issue?
Yeah, of course. How can we make it?