
S√∏renV.32055 (Customer) asked a question.
Hello all,
I am trying to implement Okta as an SSO option in our Ruby on Rails app.
I am following https://developer.okta.com/blog/2020/09/25/easy-auth-ruby-on-rails-6-login and https://github.com/omniauth/omniauth-okta, but both of them are not providing the best documentation.
I've added the code in routes, the omniauth controller, devise, and so on. When you click the button, to sso, it goes to authorise and the immediately goes the callback, without ever showing the Oauth Consent screen. I have no clue how to make it appear.
What can be wrong?

It's fixed. I am not sure what I did, but I think in the end I just included all the settings needed, and also installed a missing gem.