-
Notifications
You must be signed in to change notification settings - Fork 163
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
openid-configuration
Repeat request
#644
Comments
Sorry, we have a bug in version 3.1.7, you may retrograde to 3.1.6. It should work better. |
Thank you for your reply ! It's the same problem after switching versions. |
Do you have the problem with exemples on that repo? |
I am using v3.1.6. It occurs in the |
I can confirm that this happens in all versions |
The error is occurring inside the dependency |
@Ansalibrahim yes refer to #641 re deprecation |
@jafin Have you found any workarounds or anything of that sort? |
@Buried-Love Have you found any solutions? @guillaume-chervet Could you help to workaround the issue? |
Hello, This issue was encountered while utilizing the HOC implementation of OidcSecure in react-oidc-context. The same logging output as described in previous posts were encountered while on version 3.1.6 and 3.1.7. In order to bypass this, custom auth logic was implemented in the application which calls for the user via userManager.getUser() and determines the authentication route utilizing the login() functionality exposed by the useReactOidc hook exposed from the library. However, please inform if anyone else has found an effective solution without having to use custom logic in the application code. |
Hello @robertmadril :) Could you share an example? I'm afraid to do this wrong. |
The coming v4 will fix this. The alpha is fonctionnal but I need to document it and Write à small migration guide. |
How can we help you to do it? Did you open a milestone? |
Thank you for your answer. I do not know what is a Milestone. If you Want you can copy this branch https://github.com/AxaGuilDEv/react-oidc/tree/feature/v4 |
Is there any plan to upgrade oidc-redux package to v4 also? |
Unfortunately i am not using redux any more in my current projects. I think that the vanilla oidc behind v4 is quite simple to use with redux. It would be great if someone could have the time to write a small redux wrapper. |
Thank you for your response and for this magnifique repo. |
v4 context version does not really use context (I will remove it). |
I close the pull request. Feel free to reopen it if you need it. |
When I log in, I log in successfully for the first time,But the VM requests again
openid-configuration
. Cause me to report an error :ResponseValidator._processSigninParams: Response was error login_required
openid-configuration
The first request was made byoidc-client.main.js
issue. The second request was made by VM.please help me... thank you!
The text was updated successfully, but these errors were encountered: