Skip to content

Commit

Permalink
fix: Remove configurable auth :provider in router, forcing keycloak (
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Aug 7, 2024
1 parent 8cd5e92 commit 8b2b317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/skate_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ defmodule SkateWeb.Router do
scope "/auth", SkateWeb do
pipe_through([:redirect_prod_http, :accepts_html, :browser])

get("/:provider", AuthController, :request)
get("/:provider/callback", AuthController, :callback)
get("/keycloak", AuthController, :request)
get("/keycloak/callback", AuthController, :callback)
end

scope "/auth", SkateWeb do
Expand Down

0 comments on commit 8b2b317

Please sign in to comment.