openid / AppAuth-JS

JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Apache License 2.0
975 stars 162 forks source link

Question: Do we have a standalone js bundle file which we can refer it in html? #205

Open vejandla opened 2 years ago

vejandla commented 2 years ago

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.

sidharthramesh commented 2 years ago

https://github.com/ForgeRock/appAuthHelper