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

How to merge custom parameter in authorize url #72

Open
mkradha opened this issue Apr 6, 2017 · 0 comments
Open

How to merge custom parameter in authorize url #72

mkradha opened this issue Apr 6, 2017 · 0 comments

Comments

@mkradha
Copy link

mkradha commented Apr 6, 2017

Custom parameter (form: 'login') is being ignored. How to merge my custom parameters to authorize url?

config.omniauth :openid_connect, {

name: :adfs,

scope: [:profile],

response_type: :code,

discovery: true,

issuer: Settings.site,

client_options: {

host: Settings.site,

identifier: Settings.client_id,

secret: Settings.secret,

redirect_uri: Settings.redirect_uri,
form: ‘login’
},

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant