Change openid discovery url
This commit is contained in:
parent
42fa7c495f
commit
c9668ff1ef
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ defmodule ComfycampWeb.Router do
|
|||
pipe_through :api
|
||||
|
||||
post "/oauth/token", OauthController, :token
|
||||
get "/oauth/discovery", OauthController, :openid_discovery
|
||||
get "/.well-known/openid-configuration", OauthController, :openid_discovery
|
||||
end
|
||||
|
||||
# Enable LiveDashboard and Swoosh mailbox preview in development
|
||||
|
|
Loading…
Reference in a new issue