Mike Tinnes

Results 14 comments of Mike Tinnes

I've been seeing the same issue using version 14.0.2. I have to set maxIdTokenIatOffsetAllowedInSeconds to a negative number, something like -600 in order to prevent infinite looping. Clock is sync'd...

Same issue communicating with Arduino Uno (Possibly a CDC driver). Reads contain out of order and/or duplicated characters.

I tracked it down to the read() method in the SerialInputStream.java. I don't think data should be added to the buffer if syncRead() returns 0; ``` @Override public int read()...

After upgrading to material 2.0.0-beta.12 I'm getting the following exception originating from `md2/core/compatibility/compatibility.js:` `The "mat-" prefix cannot be used in ng-material v1 compatibility mode. It was used on an "mat-toolbar"...

Also, looking for this +1

We are investigating Duende for our IdP but wondering if BFF is compatible with SAML dynamic providers?

Thanks, just starting to wrap my head around this. Our primary requirement is to provide our clients the ability to configure their own SAML login provider for logging into our...

Same issue with the same server configuration: ``` Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x5215df96 Faulting module name: aspnetcore.dll, version: 7.1.1988.0, time stamp: 0x5a2eeca2 Exception code: 0xc0000005 Fault...