seabass223
seabass223
this works as temporary fix `(this.oidcSecurityService as any).authStateService.authenticatedInternal$.next(null);`
same thing for `userService.userDataInternal$`
Yes, because rxjs BehaviorSubjects emit their default value, using _null_ as the initial value instead of DEFAULT_AUTHRESULT and DEFAULT_USERRESULT, would allow us to differentiate from the initial BehaviorSubjects value vs...
I'm not sure if there is a way to do this automatically or not. Manually you can subscribe to the `