Skip to Content.
Sympa Menu

shibboleth-dev - decoding a SAMLResponse

Subject: Shibboleth Developers

List archive

decoding a SAMLResponse


Chronological Thread 
  • From: "Shahzad Younas" <>
  • To: <>
  • Subject: decoding a SAMLResponse
  • Date: Mon, 21 Mar 2005 14:16:25 -0000

Hi,
 
I am trying to decode the base64 encoded SAMLResponse which is returned by the HS,
 
log.info("SAML:" + String.valueOf(Base64.decodeBase64(hsParser.SAMLResponse.getBytes())))  ;
 
Why wont this decode it? My output from this line is:
 
SAML:[B@f3770c
 
I have checked properly and hsParser.SAMLResponse is indeed the actual base4encoded SAMLResponse.
 
Shahzad



Archive powered by MHonArc 2.6.16.

Top of Page