Skip to main content

We would like to make access to our community as seamless as possible - especially when integrating to our existing site/applications. Today, you can send users to the login URL to automatically log them in using SSO, but you can’t redirect them to another part in the community as part of that process.

 

This idea is around being able to:

  1. Automatically sign-in a user (they are coming from another page and should be able to immediately SSO anyway)
  2. At the same time, redirect them to a specific part of the community

For areas of the community that are for restricted users only, we could use this method to get them to that part of the community automatically rather than forcing them to hit the ‘Oops’ page as they are not logged in.

Thanks for your submission @dandre, makes total sense! I will take it into the engineering team, and in the meantime leave this idea open to gather some support :slight_smile:


Updated idea status NewOpen

Hi @dandre! Coming back to this because I can officially say that this is possible 🎉

 

To make this happen, the URL the customer is sent to has to be constructed like this:

<community URL>/ssoproxy/login?ssoType=<SSO provider, e.g. openidconnect>&returnUrl=<urlencoded redirect URL>

 

For example, to redirect to the ideas on inSpired (if we had SSO), it would look something like this:

 

Hope this helps!


Updated idea statusOpenClosed

Reply