Login page "/login" show "no configured method"

Hi community,

I’m very new to Discourse and trying to set it up for my company.
So far, everything went smoothly, including the use of Discourse Connect to connect it to our own SSO login page and retrieve login information about our users.

Our discourse site is completely private and anonymous user are presented with a banner and a button “Log in” which redirects to our website and then go back to Discourse > perfect !

Problem is, when someone use a link which point to a topic and send it to an anonymous user, this anonymous user is redirected to /login page (good behavior) but this page says “No login methods”.

It looks like the problem was discussed here : SSO vs Oauth2 difference? - #17 by Joralf

I’m currently on 3.5.0.beta8-dev
In “Login & authentication” I have :

  • Login required : true
  • Enable local logins : false
  • Enable local logins via email : false
  • Allow new registrations : false
  • Auth skip create confirm : true
  • Auth immediately : false (I want to keep the home page for with “Log In” button for anonymous users)
  • Auth required interaction : true
  • Enable Discourse Connect : true
  • Discourse Connect URl : filled
  • Discourse Connect secret : filled

Thanks for any help,
Kevin

Just to continue my remarks, I think this is a bug, in the fact that if I go directly to the /login page, il will fail with the same message.
I think that in my case, because I have only “Discourse Connect” enable, it should redirect to the home page where the button to log is.