Daniel Iovescu

Results 7 comments of Daniel Iovescu

I encountered the same issue on chartjs 3.7.1 and ng2-charts @3.0.0. Until now I was able to reproduce it on a doughnut chart :)

I can confirm that adding an array that contains the client id and the backend scope works in a MSAL multi-tenant scenario. My format is `audience: [ 'scope', 'client id,...

@jaredperreault-okta Sure. Thanks for the reply! - In our application we have a dedicated guard that handles the security checks. The resolver was added as an extra step to have...

Hi there @alisaduncan . Thanks for joining in! Highly appreciated. Regarding the router setup, I have the following structure: ``` const routes: Routes = [ { path: '', component: AppWrapperComponent,...

@jaredperreault-okta We process the redirect using the base `OktaCallbackComponent`. That route is exposed outside the Resolver-wrapped routes.

@jaredperreault-okta Yes. the /tokens request is proccessed.

@jaredperreault-okta Thanks a lot for all the support! I think we can close this bug for now until further notice.I'll try to reproduce it with the provided sample and if...