I am trying to setup Azure AD SSO for my Rails app. I have followed all the steps from this documentation.
When I click on the Login link, I see an error:
URL - http://localhost:3000/users/auth/microsoft?prompt=select_account
Message - Not found. Authentication passthru.
I tried with and without the tenant_id
to use the common
flow. That did not work either.
I was expecting a redirection to Azure AD for authentication and login after the authentication process.