Skip to content

Commit

Permalink
Keycloak 22 has a different URL to access linked accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jul 18, 2023
1 parent bf263e6 commit 22384a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ondemand.osc.edu/apps/dashboard/initializers/ood.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def add_paths
else
idp = 'https://idp.osc.edu'
end
ENV['OOD_DASHBOARD_HELP_CUSTOM_URL'] = "#{idp}/realms/osc/account/identity"
ENV['OOD_DASHBOARD_HELP_CUSTOM_URL'] = "#{idp}/realms/osc/account/#/security/linked-accounts"

0 comments on commit 22384a0

Please sign in to comment.