[keycloak-user] Getting complete SAML assertion without using private modules

Pablo Fernandez pablo.fernandez at cscs.ch
Mon Sep 11 11:54:16 EDT 2017


If you don't want to trust your private keys to some webpage or firefox
module, you can try this command:

$ xmlsec1 --decrypt --privkey-pem $KEYFILE $SAMLFILE | xmllint --format -

Hope it helps!
BR/Pablo


On 11/09/17 16:38, John Dennis wrote:
> On 09/10/2017 03:02 PM, James . wrote:
>> I'm using JBoss EAP 7.0.0 and I'm trying to access the complete SAML assertion XML.
> Why not use any one of the many SAML browser add-on's to view the 
> assertion? You'll need to disable encryption if enabled. Plugins are 
> available for Firefox and Chrome. This doc shows you how:
>
> https://jdennis.fedorapeople.org/doc/mellon-doc/mellon.html#inspect_saml_messages
>



More information about the keycloak-user mailing list