D DimitriT New member Jan 25, 2021 #1 We have implemented SSO for our forum with our user management system. Everything is working great but I'd like to point the https://[domain]/forum/index.php?login/ to a custom URL that will redirect the user to the SSO login window. Thanks!
We have implemented SSO for our forum with our user management system. Everything is working great but I'd like to point the https://[domain]/forum/index.php?login/ to a custom URL that will redirect the user to the SSO login window. Thanks!
P Paul B XenForo moderator Staff member Jan 26, 2021 #2 Edit the forum_view template and edit this code: HTML: <xf:button href="{{ link('login') }}" class="button--link button--wrap" overlay="true"> {{ phrase('log_in_or_register_to_post') }} </xf:button> Upvote 0 Downvote
Edit the forum_view template and edit this code: HTML: <xf:button href="{{ link('login') }}" class="button--link button--wrap" overlay="true"> {{ phrase('log_in_or_register_to_post') }} </xf:button>