-
Notifications
You must be signed in to change notification settings - Fork 475
how to add additional query parameters in authorize URL #57
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
Comments
Interesting, I haven't run into that yet, can you share what IDP it is and what sorts of parameters it is looking for? If you want to put together a pull request for this functionality, I'm thinking it should probably look something like a new configparameter (maybe |
Site Minder |
I can add this at some point since it sounds useful, but might not get to it for a while. |
@ploer I just posted a pull request (#63) that should solve this. Tried to go along with the line of thought from your comment. My needs actually went a bit further than that – I needed to pass different query params to 'authorize' and 'logout' endpoints, so I created 3 new options:
Please do tell if you have any feedback, open to suggestions! |
How are we supposed to add query parameters. It looks like the only possible query parameter is RelayState, but I also need another query parameter (IDP requires it).
The text was updated successfully, but these errors were encountered: