FloppyNotFound
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: 
@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)