Skip to main content

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. 

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.


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


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