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
We are using this package for OAUTH 2.0, PKCE flow for an angular 13 SPA. When we are trying to do the silent renewal through an iframe, the whole application renders.
We wanted to avoid it and have our call back a skinny HTML page and use the appAuthjs in there.
I've not seen any examples of how to do a silent refresh in the iframe using appAuthjs. I understand that appAuthJS is not giving that functionality out of box, but would be helpful if you can give us a direction here.
The text was updated successfully, but these errors were encountered:
We are using this package for OAUTH 2.0, PKCE flow for an angular 13 SPA. When we are trying to do the silent renewal through an iframe, the whole application renders.
We wanted to avoid it and have our call back a skinny HTML page and use the appAuthjs in there.
I've not seen any examples of how to do a silent refresh in the iframe using appAuthjs. I understand that appAuthJS is not giving that functionality out of box, but would be helpful if you can give us a direction here.
The text was updated successfully, but these errors were encountered: