FloppyNotFound

Results 3 comments of FloppyNotFound

I found a solution for updating firstname, lastname and email after each login (note: this is run always, so without a configuration toggle, could be added optionally). In the "openid-connect-generic-client-wrapper.php"->register->...is_admin-If,...

Seems like the urlPattern-Parsing is broken. When I use ``` urlPattern: /^(.*)?$/i, ``` everything works just fine. Edit: prabably a relative/absolute URL issue: ![Image](https://github.com/user-attachments/assets/cac7d642-08a9-4ffc-88cf-d91e0b0a7525)

@m3astwood that's exactly what I meant by "relative/absolute URL issue" ;) for me, the url is "graphql" instead of "http://localhost:4200/graphql" (as visible in the right block of the screenshot)