Hello!

I'd like to parse the incomming SAML token to get the fields (user, etc)
and give it to the issuer.
I found, that is done in the
org.apache.cxf.sts.operation.TokenIssueOperation class but
stsProperties.getSamlRealmCodec() is always null in my code (how can i
set it, need to create a new one?)
but after in the fetchSAMLAssertionFromWSSecuritySAMLToken() function
List<WSSecurityEngineResult> engineResults = handlerResult.getResults();
line give back an empty list.

In the request there is an SAML token.

I try to find some solution, but every example is working with the
usernametoken, and/or dont provide a valid cxf config xml.

Thanx
Csaba

Reply via email to