AxaFrance / oidc-client

Light, Secure, Pure Javascript OIDC (Open ID Connect) Client. We provide also a REACT wrapper (compatible NextJS, etc.).
MIT License
571 stars 152 forks source link

fix: normalize userinfo endpoint in service worker #1320

Closed meesvandongen closed 3 months ago

meesvandongen commented 3 months ago

Before this PR

User info with port will not replace the access token.

After this PR

User info with port will now properly forward the access token.