Problem on SSO Login

I am successfully created SSO Login. but problem is that whenever I am Login through SSO every time I have to click on Login button.
But I found a method that doesn’t require me to click the login button. The solution is, I disable the login required settings. and I call mywebsite.com is available for purchase - Sedo.com which calls login button automatically, but if I disable login required then login button does not call.
I don’t want to give anonymous access to my website. So I can’t use this method.

Does anyone have a better solution so that the login button gets called automatically? Or Any Other Idea?

I don’t understand the question, pardon me if I’m not helpful.

If you enable login required, disable local logins and let the SSO be your only login method, anyone who visits your forum will be presented with a page which has a login button. Once they log in via SSO, they should remain logged in hence no need to click login multiple times. This way anons can not see the site without logging in first.

How? What is the SSO server?

You’re saying that if you have logged in on your SSO site and later visit Discourse you have to click the Login button for Discourse to now that you’re logged in? And what happens when you click the login button?

If you don’t want to allow anonymous access to your site then you do want to enable login_requred.

yes I have to enable login required for disallowed anonymous access.
I am explaining again
The following flow is executed for my website when I enable SSO login and set everything up for SSO login

  1. this is my main website. here a one community button ,when user click this button it will call Buying and selling domains by experts | Hire a broker today! | Sedo

  2. Buying and selling domains by experts | Hire a broker today! | Sedo call my community(discourse community) website login page. then user who logged in main website is automatically logged as in community website(when I disabled login required setting of community website). But problem is that when I enable login required then login page does not call automatically. I have to click login button manually then It will logged the community page.

So I need some way to call the login button(or page) automatically without disabling login required settings.

This is official SSO Documentation link

Don’t link to /login but to /session/sso to login automatically.

1 Like