Auth route /whoami for nginx subrequest auth, support changing the session cookie domain for that purpose
This commit is contained in:
@@ -7,8 +7,7 @@ defmodule SsoBsnWeb.Openid.AuthorizeController do
|
||||
alias Boruta.Oauth.Error
|
||||
alias Boruta.Oauth.ResourceOwner
|
||||
alias SsoBsnWeb.UserAuth
|
||||
alias SsoBsnWeb.Openid.AuthorizeView
|
||||
|
||||
|
||||
def oauth_module, do: Application.get_env(:sso_bsn, :oauth_module, Boruta.Oauth)
|
||||
|
||||
def authorize(%Plug.Conn{} = conn, _params) do
|
||||
|
||||
Reference in New Issue
Block a user