Skip to content
Snippets Groups Projects
Commit c73c7c80 authored by elijah's avatar elijah
Browse files

fix SSO_URL

parent fc3c8447
Branches
No related tags found
No related merge requests found
Pipeline #
...@@ -11,7 +11,7 @@ module OmniAuth ...@@ -11,7 +11,7 @@ module OmniAuth
option :fields, [:name, :email] option :fields, [:name, :email]
option :uid_field, :email option :uid_field, :email
SSO_URL = 'neststaging.riseup.net/sso_auth' SSO_URL = 'account.riseup.net/sso_auth'
def request_phase def request_phase
redirect authorize_url(options.authorize_params) redirect authorize_url(options.authorize_params)
......
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'omniauth-sso' s.name = 'omniauth-sso'
s.version = '0.1.0' s.version = '0.1.1'
s.licenses = ['MIT'] s.licenses = ['MIT']
s.summary = "Omniauth strategy for ai's sso" s.summary = "Omniauth strategy for ai's sso"
s.description = <<-EODESC s.description = <<-EODESC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment