Cyril Dangerville
Cyril Dangerville
Yes, I did: 1. Step 1 OK. I have the same flow, applied to a specific *Client* of mine (Client ID: *my-webapp*) via *Settings* > *Authentication Flow Overrides* > *Browser...
Yes, I tried with Firefox 67 as well, and I got the same behavior (same error message) with Keycloak webauthn plugin. I want to emphasize the fact that both Edge...
Great news! Thanks for the fix. Now looking forward to the next release :+1: (I'll test with the latest commit anyway in the meantime.)
Yes, I confirm 0.3.RELEASE works for me 👍 in the following environment: Windows 10 (v1903) / Firefox (v68) / Yubikey 5C Nano / keycloak 6.0.1 on localhost. Feel free to...
Better long-term solution: - For single instance: use Spring Boot Actuator's /restart endpoint - https://cloud.spring.io/spring-cloud-static/Finchley.SR2/single/spring-cloud.html#_endpoints - For multiple instances sharing same config (e.g. cluster): use Spring Cloud Config server (embedded...