swashbuckle info.title is missing when running from a LIVE app but not from localhost Problem We receive the following Swagger validation error after publishing to an Azure Web App. We do not receive the error when running locally in IIS Express from Visual Studio. "messages"
asp.net-core Swashbuckle.SwaggerUi with OpenIddict and Bearer Tokens It addition to its basic setup, Swashbuckle for ASP.NET Core needs an OAuth2Scheme that tells it how to obtain an access token. services.AddSwaggerGen(options => { options.AddSecurityDefinition( "OpenID Connect"