-
Notifications
You must be signed in to change notification settings - Fork 699
Closed
Labels
bugFor tagging faulty or unexpected behavior.For tagging faulty or unexpected behavior.docsIssues that involve improving or adding documentation.Issues that involve improving or adding documentation.
Description
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:
- check out this commit in my sample repo
- run
npm ci - run
ng serve - click the "login" button and log in on the demo identityserver
- you get redirected back to the app, and are logged in
- clear storage (to simulate you land freshly on the app in a second) - Note: you're still logged into the IDS with a session!
- reload the page
- Result: the app "hangs" for a while as it's trying to do the iframe silent refresh, but that never properly returns a succeeded promise (as it does do on the
masterbranch of my repository for implicit flow). You see asilent_refresh_timeouton the console as an error. - Expected: the iframe refresh should return a promise of a successful login event.
FWIW: Here's a screenshot of the current buggy result:
maxisam
Metadata
Metadata
Assignees
Labels
bugFor tagging faulty or unexpected behavior.For tagging faulty or unexpected behavior.docsIssues that involve improving or adding documentation.Issues that involve improving or adding documentation.
