Skip to content

Commit

Permalink
Update issuer value for nitro and tempo id
Browse files Browse the repository at this point in the history
  • Loading branch information
web-kat committed Jul 1, 2024
1 parent 70f0eb6 commit 4246e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/nitro_id.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Strategies
class NitroId < BaseStrategy
option :name, "nitro_id"
option :discovery, true
option :issuer, "https://id.powerhrg.com/"
option :issuer, "https://id.powerhrg.com"
option :client_options, host: "id.powerhrg.com"
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/tempo_id.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Strategies
class TempoId < BaseStrategy
option :name, "tempo_id"
option :discovery, true
option :issuer, "https://id.streamfinancial.io/"
option :issuer, "https://id.streamfinancial.io"
option :client_options, host: "id.streamfinancial.io"
end
end
Expand Down

0 comments on commit 4246e35

Please sign in to comment.