You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #24 we're trying to get Code + PKCE flow working. However, I'm very keen on getting iframe-based silent refresh to work before making Code Flow the new master branch example (as per the newest recommendations).
The reason that iframe-based silent refresh is so important in my opinion, is this scenario:
User lands in your application, logged in on the Identity Server, but not yet in your app
The app fires up, has no refresh token (in fact storage is empty for oauth lib)
The app first tries the iframe based silent refresh, as it should work because the user has a session at the IDS
The silent refresh should work, and the user gets logged in without a prompt
This should've been fixed in manfredsteyer/angular-oauth2-oidc#600 with version 9.1.0, so let's try that and merge it into the #24 branch (and later into the master branch).
The text was updated successfully, but these errors were encountered:
In #24 we're trying to get Code + PKCE flow working. However, I'm very keen on getting iframe-based silent refresh to work before making Code Flow the new
master
branch example (as per the newest recommendations).The reason that iframe-based silent refresh is so important in my opinion, is this scenario:
This should've been fixed in manfredsteyer/angular-oauth2-oidc#600 with version 9.1.0, so let's try that and merge it into the #24 branch (and later into the master branch).
The text was updated successfully, but these errors were encountered: