Stéphane Épardaud
Stéphane Épardaud
Yes, this application shows how to use keycloak roles with the annotation: https://github.com/FroMage/redpipe/tree/master/redpipe-example-wiki-keycloak-jooq Did you follow this example? http://redpipe.net/#authentication also has info. Also, my JWT for vertx 3.5.0 does not...
So I tried with vertx 3.5.1 and it works here. This is with keycloack 3.3.0.CR2 and 3.3.0.Final. What version of keycloak did you try?
Also, what does your `conf/config.json` look like?
So I have the following settings different: Consent required: off Direct Access Grants Enabled: on Service Accounts Enabled: off Authorization enabled: off Valid redirect URIs: http://localhost:9000/callback/* The rest are the...
Yeah, this could be made optional.
Fixed by https://github.com/resteasy/Resteasy/pull/1538 but won't merge test until merged upstream.
I agree, but I'd keep the current defaults, so the config would be useful to disable them.
No idea, in my tests I do like you do with multiple reportsets and it works…
No there's no debug output yet, but I've never tried a multi-module documentation. Note that the JavaDoc needs the source code to be available, not just the compiled code.
Not supported yet. If you provide a pull request I'll apply it.