Add Keycloak and GlobalException
This commit is contained in:
parent
1ba2f2eec1
commit
e49c6a4aca
7 changed files with 2053 additions and 3 deletions
|
|
@ -112,7 +112,8 @@ var app = builder.Build();
|
|||
|
||||
app.MapHealthChecks("/health");
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
app.UseMiddleware<ErrorHandlerMiddleware>();
|
||||
app.UseHttpsRedirection();
|
||||
app.UseCors();
|
||||
app.UseAuthentication();
|
||||
app.UseAuthorization();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue