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

Sorcery breaks Doorkeeper OpenID access_grant_class configuration #320

Open
Exterm1nate opened this issue Aug 1, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Exterm1nate
Copy link

Exterm1nate commented Aug 1, 2022

Configuration

  • Sorcery Version: 0.16.3
  • Ruby Version: 3.1.2
  • Framework: Rails v7.0.3
  • Platform: amd64

Expected Behavior

Doorkeeper access_grant_class configuration should work.

Actual Behavior

It raises an uninitialized constant error for any provided class.
doorkeeper-gem/doorkeeper-openid_connect#174

Steps to Reproduce

  1. Add Sorcery and Doorkeeper (+OpenID) to your gemfile
  2. Customize access grant class in Doorkeeper initializer (access_grant_class "Oauth::AccessGrant")

Sample app

https://github.com/Exterm1nate/doorkeeper-openid_connect-sample

@joshbuker joshbuker added the bug Something isn't working label Oct 4, 2022
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