How to protect access to the Wildfly HAL Management Console by Keycloak SSO using elytron-oid-client?

Viewed 30
1 Answers

EDIT: This feature currently isn't available due to WFLY-15260 (see comments below). Once it is implemented, the original answer quoted below should work.

The schema of the internals is mostly similar to that of the adapter (except where secure-server is now just secure-deployment), so you should be able to basically copy your existing configuration from the adapter to the elytron-oidc-client. You can use the XML config file or an oidc.json file as described here.

I'm not sure on the configuration when within the Admin Console itself, but it should be similar to the existing steps.

Related