Michael Samblanet
Michael Samblanet
So trying to use visolate for the first time - Have a board I designed in kicad, reworked so it does not use a ground plane (to work around that...
On an ESP32S3 (Unexpected Maker ProS3) board, I have a pushbutton connected to GPIO 44 (input, pullup) and configure an IRQ_FALLING interrupt to it. The expectation is that my IRQ...
[normalizeDn](https://github.com/anvilresearch/connect/blob/master/protocols/LDAP.js#L43) in LDAP.js does not consider all possible issues in LDAP DNs for string comparison. Issue 1: multi-valued RDNs are not order sensitive, so `cn=foo+uid=bar,c=us` and `uid=bar+cn=foo,c=us` are equal... Issue...
So trying to create the OIDC OP iFrame and verify a session is still valid but always getting changed. After a lot of debugging, I found that the server side...
If an exception is thrown in [respondToRPMessage](https://github.com/anvilresearch/connect/blob/master/public/javascript/session.js#L74) then no response is sent to the RP. I believe it would be best to put a try/catch block in there and on...
Per private discussion with @christiansmith on 10/15/2015, the session state is calculated partly based on the client metadata for client_uri. HOWEVER this has a couple different issues: - Setting client_uri...
From discussion on Gitter - how does/should Anvil handle secret expiration + what is the lifetime of registration_access_token (and how to get replacements) msamblanet 15:12 Hopefully quick Q for the...
Due to the way JWT access token verification is performed, an ID token can be passed into a secured endpoint as an access token and it is accepted. Relevant code:...
I have 2 issues when I try to run the connect unit tests on Windows: a) Unable to run JS validation - was discussed previously in #233 but I reverted...
Would it be possible to add a CLI argument to allow us to pass an external id to use with assume-role?