[keycloak-dev] Custom protocol mapper does not show up in console

Chris Smith chris.smith at cmfirstgroup.com
Thu Jun 13 12:54:23 EDT 2019


After a long and mighty struggle...

By inspecting the jar file, it became apparent that an Eclipse jar export is not the thing to do
Maven package is the ticket.

I then discovered I needed the META-INF/jboss-deployment-structure.xml

Now my protocol mapper shows up

Right after my desperate plea ;-P

From: Chris Smith
Sent: Thursday, June 13, 2019 11:32 AM
To: keycloak-dev at lists.jboss.org
Subject: Custom protocol mapper does not show up in console

I'm trying to get my initial protocol mapper to show up in the KC console
This is my protocol mapper https://github.com/smitopher/fms-keycloak
This is the Jar https://github.com/smitopher/fms-keycloak/blob/master/fms-kerberos.jar
It is deployed to <kc root>/standalone/deployments

It does not show up in the console https://github.com/smitopher/fms-keycloak/blob/master/kc-console.jpg

Am I missing anything obvious?



More information about the keycloak-dev mailing list