Chris Hall

Results 2 issues of Chris Hall

With the following template, how can I get the button click to fire inside my controller scope? ``` {{label}} {{description}} ```

When using Swashbuckle.AspNetCore.Swagger I amd able to specify the ClientId to pre-fill the auth form: `app.UseSwaggerUI(o => o.OAuthClientId(Configuration["SwaggerUI:ClientId"]));` I can further specify the scopes to send with that request: ```...