Skip to main content
Solved

Automatically Attempt User SSO Login Before Displaying Home Page

  • January 30, 2023
  • 3 replies
  • 874 views

Forum|alt.badge.img+2

We are fine tuning our end user experience.  AAD SSO is working.  Problem is my users are lazy and when presented with the default Home Page they will click on the Report an Issue button instead of clicking Login link to to view all of the Home Page Cards.  Is there a way to have Fresh Service automatically attempt a user SSO login before displaying the Home Page?  I’ve looked around and searched online with no success.  Any help is appreciated. 

Best answer by kenyon.giles

I’m going to answer my own question.  Going to Channels → Support Portal → and then changing user permissions for submitting new tickets and view solutions to Logged in Users has apparently forced the Home Page to sign on my users.  Working beautifully.  Hope this helps someone else as I couldn’t find it documented anywhere.

View original
Did this topic help you find an answer to your question?

3 replies

Forum|alt.badge.img+2
  • Author
  • Top Contributor
  • 6 replies
  • Answer
  • January 30, 2023

I’m going to answer my own question.  Going to Channels → Support Portal → and then changing user permissions for submitting new tickets and view solutions to Logged in Users has apparently forced the Home Page to sign on my users.  Working beautifully.  Hope this helps someone else as I couldn’t find it documented anywhere.


NicolasPerdrix
Community Debut

I think you sould also set “Allow users to Sign Up from the customer portal” to “No”.
 


frelan1122
Community Debut
  • Community Debut
  • 2 replies
  • January 17, 2025

To enable automatic SSO login, implement middleware to check authentication before rendering the home page. If the user isn’t logged in, redirect to the SSO provider and return upon success. For a seamless experience, use silent authentication if supported by the SSO provider to log in without user interaction.


Reply