You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setup of Keycloak with the Admin REST API is already complete and completely scripted over curl, so that it is easy to use from CI.
The httplib implementation is also complete and working and implements a client that is fully compliant with the authorization code grant as per section 4.1 from RFC 6749.
For the above authorization flow a user needs to sign into an external browser and grant access, but it might be also needed to add a userless-flow, as some devices are secured only by the fact that they are located in a secured room. For that the implementation could be extended with section 4.4 of the above RFC.
The last large part remaining to be done is Emscripten support, which might present some difficulties, as section 4.1 requires a port to be opened to exchange the token in the callback from the browser.
vimpostor
changed the title
[5SP] Implement curl and httplib-based access to Keycloak
[5SP,9SP] Implement curl and httplib-based access to Keycloak
Nov 11, 2024
The text was updated successfully, but these errors were encountered: