You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OmniAuth::Strategies::NitroId.decode_logout_token, OmniAuth::Strategies::NitroId.fetch_jwks and OmniAuth::Strategies::NitroId.introspect_token all use default_options, resolving the issuer to id.powerhrg.com (or similar for Stream Financial) regardless of any configuration override passed to OmniAuth::Builder.
This means I am unable to use the strategy to debug client applications against instances of NitroID other than the production ones.
The text was updated successfully, but these errors were encountered:
OmniAuth::Strategies::NitroId.decode_logout_token
,OmniAuth::Strategies::NitroId.fetch_jwks
andOmniAuth::Strategies::NitroId.introspect_token
all usedefault_options
, resolving the issuer toid.powerhrg.com
(or similar for Stream Financial) regardless of any configuration override passed toOmniAuth::Builder
.This means I am unable to use the strategy to debug client applications against instances of NitroID other than the production ones.
The text was updated successfully, but these errors were encountered: