rforster-dev

Results 6 comments of rforster-dev

Thanks for the response. As far as I am aware, following the documentation I am using the correct function URL. I've provided some screenshots of what URL's i'm using and...

OK so i've been doing some reading, and it looks like the error message "Claim not found" comes from this piece of code: `if (principal.FindFirst(ClaimTypes.GivenName) is null) { log.LogError("Claim not...

Thanks for the response. So when I logged the bug originally - I had use the V2 of this, which is where I was getting the issue as i've described....

@HeinzBaumann - Yes sort of - we've got a couple of scenarios that are similar to this. 1: Has the user _actually_ consented yet? Currently, the tcfstring can contain: `{}`...

Thanks for responding - apologies I haven't said anything back since. Appreciate the groups time in reviewing this. OK, A question that maybe i'm lacking understanding in or guidance; in...

I have a similar issue with using `fromNodeProviderChain` in a nextjs project. We use process.envs to determine whether to fetch a public lambda for development or a private lambda (which...