Michael Marcuccio

Results 30 comments of Michael Marcuccio

This occurs for me as well with the following: Angular 13.3.1 angular-auth-oidc-client: 13.1.0 ``` AuthModule.forRoot({ config: { authority: environment.idpAuthority, redirectUrl: environment.clientUrl, postLogoutRedirectUri: environment.clientUrl, clientId: environment.clientId, silentRenewUrl: `${environment.clientUrl}/silent-renew.html`, scope: 'openid profile...

This is a consistent and annoying problem, has anyone found a workaround?

In the case of IAT rejected as Gabriel mentioned, when using checkAuthIncludingServer() the errorMessage provided in the LoginResponse is undefined. ​ [WARN] 0-Client - authCallback Validation, iat rejected id_token was...

I figured out how to reproduce this(or maybe this is another error/issue?). 1. Bookmark the login page of your identity server with the url of a client login request. 2....

Yes it does. This is what causes the state to be invalid. Users bookmark whatever they want to sadly. In my experience, over 30% of my users bookmarked the login...

v15.0.4 I still have problems with this too, but unsure if it is the same issue we are talking about here. PDF file like 100MB very high resolution has trouble...

@MarkPieszak same question as @ntziolis above, is this enhancement still on hold?

Is this feature along with Manual Arrow Connection intended to allow for creating a loop in the flowchart? i.e. connecting to a previous or parallel step with an arrow.

Very cool, thanks.

It sounds like you need to trigger change detection, or maybe even rerender() canvas.