Single Signon needs alternate login link

Avatar
  • updated
  • Fixed
We have our site set up for Single Signon. Under privacy we have Private and SSO Users selected. This is all working great.

However if a user clicks Logout or follows a link in an email (when not already logged in to UserEcho) they get the "This forum is private" page. The problem is the "Sign in" link on this page, it points to the standard UserEcho login screen and we would like to direct them back to our SSO login page.

Is there a way to customize this page for our site or at least provide a custom link for the "Sign in"?
Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Fixed
Ok give us link and we will forward unauthorized users to it.

Also what about if we add additional parameter to it, like
return_link and you will redirect back to it after user sign in at your side.
Avatar
Sergey Stukov co-founder
  • PINNED

Now unauthorized users are redirected to your link for authorization

Also we send return parameter which contains url where you must return user after successful authorization. You need to return sso_token when redirecting user back.

Avatar
Sergey Stukov co-founder
Also we add custom_auth_link option in settings soon
Avatar
Jeff Webster
Both of these sound great. Thanks.
Avatar
Sergey Stukov co-founder
Quote from Jeff Webster
Both of these sound great. Thanks.

Ok will set your custom link soon, and add option in settings.

Avatar
Sergey Stukov co-founder
  • Answer
  • Fixed
Ok give us link and we will forward unauthorized users to it.

Also what about if we add additional parameter to it, like
return_link and you will redirect back to it after user sign in at your side.
Avatar
Sergey Stukov co-founder
  • PINNED

Now unauthorized users are redirected to your link for authorization

Also we send return parameter which contains url where you must return user after successful authorization. You need to return sso_token when redirecting user back.