Skip to content

Commit

Permalink
no need for keycloak_redirect_url to be required (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 authored Jul 30, 2024
1 parent 8d5f990 commit e506e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def host_url
end

def keycloak_redirect_host_url
get_var_from_environment(:keycloak_redirect_host_url, default: host_url)
get_var_from_environment(:keycloak_redirect_host_url, required: false, default: host_url)
end

def realm
Expand Down

0 comments on commit e506e8b

Please sign in to comment.