-
Notifications
You must be signed in to change notification settings - Fork 693
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
Code+PKCE flow does not seem to support iframe-based silent refresh yet #777
Comments
Hi, do you still request the offline_access scope? Best Wishes, |
Just looked into your example. It seems like, you still request I think we should mention this here [1]. Btw: Please also set |
See also: manfredsteyer/angular-oauth2-oidc#777 (comment) Unfortunately, these changes don't have the desired effect.
Removing I now see though that indeed the Silent Refresh documentation was completely rewritten. I had missed that (and presume people migrating from 8.x and implicit flow will have too), but will update my sample accordingly. I will admit, I don't like it personally that the But this ship might've sailed? If so, this issue is not a "bug" anymore to me. Either way, whether and how to change the "docs" is not yet clear to me, since offline_access didn't seem to affect anything for me. Thanks for the quick response though ❤️, I will update my own sample repository shortly! |
Thanks, @jeroenheijmans. What if we do separate commits for docs? Currently, the release notes are created out of the commit messages (e. g. feature(Xyz): abc, or: docs(Xyz): abc). Regarding the
If we find a better way of dealing with it, I'd be really happy to implement it. |
Ah yeah, that makes sense. I didn't know the release notes got generated like that. We could slightly change the approach, but also consider this a one-off and just close the issue. I just finalized updating my sample's |
As mentioned, the original issue I raised is now solved, You can check above-linked sample to see how it might work. |
Issue #600 was closed via PR #735 but I've not been able to get this to work. I personally think it's still broken?
To reproduce my issue:
npm ci
ng serve
master
branch of my repository for implicit flow). You see asilent_refresh_timeout
on the console as an error.FWIW: Here's a screenshot of the current buggy result:
The text was updated successfully, but these errors were encountered: