Skip to content

Commit

Permalink
Merge pull request #242 from OSC/keycloak
Browse files Browse the repository at this point in the history
Keycloak 22 has a different URL to access linked accounts
  • Loading branch information
treydock authored Jul 19, 2023
2 parents bf263e6 + 22384a0 commit db4624f
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 db4624f

Please sign in to comment.