mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Try to set callback_path explicitly
This commit is contained in:
parent
227c2f100d
commit
a3042c39ee
2 changed files with 7 additions and 6 deletions
|
@ -18,6 +18,7 @@ redirect_uri = ENV['tara_redirect_uri']
|
|||
|
||||
Rails.application.config.middleware.use OmniAuth::Builder do
|
||||
provider "tara", {
|
||||
callback_path: '/registrar/open_id/callback',
|
||||
name: 'tara',
|
||||
scope: ['openid'],
|
||||
state: Proc.new{ SecureRandom.hex(10) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue