Skip to content

Commit

Permalink
no need for keycloak_redirect_url to be required
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Jul 30, 2024
1 parent 808831d commit 6296438
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 6296438

Please sign in to comment.