Skip to content

Commit

Permalink
host .well-known additionally on root /
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Feb 17, 2024
1 parent 9f4797a commit 55bdccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rauthy-main/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ async fn actix_main(app_state: web::Data<AppState>) -> std::io::Result<()> {
.add(("pragma", "no-cache")),
)
.wrap(pub_metrics.clone())
.service(oidc::get_well_known)
.service(generic::redirect)
// Important: Do not move this middleware do need the least amount of computing
// for blacklisted IPs -> middlewares are executed in reverse order -> this one first
Expand Down

0 comments on commit 55bdccd

Please sign in to comment.