We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use 'code id_token' to specify parameters
I am configuring the settings as below, but an Translation missing: ja.doorkeeper.errors.messages.unsupported_response_type error occurs.
Is there any better way?
Do you have any plans for support?
initializers/doorkeeper.rb Doorkeeper::GrantFlow.register( 'code id_token', response_type_matches: 'code id_token', response_mode_matches: %w[fragment form_post], response_type_strategy: Doorkeeper::Request::CodeIdToken ) Doorkeeper::GrantFlow.register_alias( 'hybrid_oidc', as: ['code id_token'] ) Doorkeeper.configure do grant_flows %w(authorization_code implicit_oidc hybrid_oidc) ...... end
viesion is gem 'doorkeeper-openid_connect', '~> 1.8', '>= 1.8.9' used
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to use 'code id_token' to specify parameters
I am configuring the settings as below, but an Translation missing: ja.doorkeeper.errors.messages.unsupported_response_type error occurs.
Is there any better way?
Do you have any plans for support?
viesion is gem 'doorkeeper-openid_connect', '~> 1.8', '>= 1.8.9' used
The text was updated successfully, but these errors were encountered: