-
Notifications
You must be signed in to change notification settings - Fork 87
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
Read extra parameters on token response #76
Comments
Hey @poislagarde! Unfortunately there is currently no possibility to parse additional parameters. This would require externalizing the parsing of the access token response. We are currently not planning to extend Heimdallr with this functionality but would welcome any Pull Request! |
Thank you @bckr for responding! I'll try something out soon |
Can I get some feedback on this? Do you think something like my PR is the right approach? What should I do to get it merged? I'm open to suggestions. Thanks! |
@poislagarde Thanks for the quick pull request and sry for the late response! I'll have a look at the changes as soon as I'm back at my development machine 👍 |
Hi! My authorization server returns some extra parameters in the access token response and I need a way to read them.
For reference, check out
example_parameter
in this example in the specThe text was updated successfully, but these errors were encountered: