Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token verification is hard-coded to production #45

Open
benlangfeld opened this issue Sep 26, 2024 · 1 comment
Open

Token verification is hard-coded to production #45

benlangfeld opened this issue Sep 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@benlangfeld
Copy link
Member

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.

@benlangfeld benlangfeld added the bug Something isn't working label Sep 26, 2024
@phylum
Copy link

phylum commented Sep 26, 2024

@benlangfeld Thanks! We have a ticket to address this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants