-
Notifications
You must be signed in to change notification settings - Fork 219
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
Include redirect_uri #1175
Comments
According to their own specification |
This functionality is pivotal to anyone using Azure B2C for token renewal. @dondracek Thank you for putting the pull request together. We are hoping that @pamapa will merge this pull request into this already awesome library. |
@pamapa - I believe that this pull request matches what you suggested to be done on this issue 581. Is there another approach you are suggesting to @n0rwin that wasn't addressed by @dondracek ? |
Can you please test and review this merge request? |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.The problem was that we're using Azure B2C as Auth-Provider and it does need a redirect_uri even on refresh-token-POST-requests. I know it's not in the oauth-specification and it doesn't really make sense. However, we do have to use it and we deal with it.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: