AppAuth-JS
AppAuth-JS copied to clipboard
Question: Do we have a standalone js bundle file which we can refer it in html?
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.
https://github.com/ForgeRock/appAuthHelper