Hello all,
I'm getting a routing error for the logout endpoint
(RuntimeError (undefined method `match?' for /\A/admin/auth/openid_connect(/logout)/:Regexp):)
My application setup is
ruby version - 2.2.2
Devise version - 4.9
Gem setup for OIDC
gem 'omniauth', '> 1.9.2'
gem 'openid_connect', '> 1.1'
gem 'omniauth_openid_connect', '~> 0.3.5'
Tried a lot of changes on this but getting this error everytime when going to any app's endpoint, Please help me out on this