Aaron Granick

Results 49 comments of Aaron Granick

@sidharthramesh what situation results in the `aud` being an array? how does this happen?

@sidharthramesh Thanks for raising this issue. We will work on getting this corrected. internal ref: OKTA-476220

@andyrichardson Thank you for the detailed information. I have an opened an internal issue (ref: OKTA-367047) to track this. We are investigating this issue carefully and will report back here...

@UlyssesInvictus You should be able to detect errors by[ subscribing to the `error` event from `tokenManager`](https://github.com/okta/okta-auth-js#tokenmanageronevent-callback-context): ``` oktaAuth.tokenManager.on('error', e => { console.error('error from token manager: ', e); }); ```

@UlyssesInvictus We are currently developing a fix for this issue. We believe it is isolated to the refresh token and does not affect "normal" token refresh (using iframe). Is it...

@jchabotamica Thank you for raising this issue. We are definitely concerned about the bundle size and have identified several ways to reduce it. There was a 3rd party dependency (jsonpath)...

internal ref: OKTA-296984

@ketankhade We have updated our documentation on this issue: https://github.com/okta/okta-auth-js#third-party-cookies You *may* be able to avoid this problem by using a custom domain: https://developer.okta.com/docs/guides/custom-url-domain/enable-the-custom-domain/ This may work because your app...

@sjhanson We are currently working on a solution for renewing tokens that does not use cookies. This new solution is scheduled for release later this year. Unfortunately, the current implementation...

@bordecal As of version 4.x tokenManager.get will return the value from storage and it is not guaranteed to be a valid token. In some cases it may be in the...