Xavier Dury
Xavier Dury
I am using something like this in the meantime if anybody is interested (there is certainly room for improvement): ```typescript const asArray = (type: T) => z.any().transform((value: any) => Array.isArray(value)...
Regarding the first considered alternative (_Retrieve the value directly from the payload instance_), maybe using `jakarta.validation.constraints.NotNull` with a validation group could be an acceptable trade-off that won't trigger the IDE?...
Well, I tried to use the payara openid-standalone on JBoss EAP but it fails (probably) because of this [line](https://github.com/payara/ecosystem-security-connectors/blob/master/openid/src/main/java/fish/payara/security/openid/controller/AuthenticationController.java#L135). I am redirected in a loop to /org.jboss.resteasy.specimpl.ResteasyUriBuilder@XXX. The `authUrl` should...
I made a PR for payara but the same problem seems to be present in [soteria ](https://github.com/eclipse-ee4j/soteria/blob/master/impl/src/main/java/org/glassfish/soteria/openid/controller/AuthenticationController.java#L116) as well.