Author: prabath
Date: Mon Feb 11 02:15:47 2008
New Revision: 13580

Log:

Added TODO : with the latest code it does not set the value of keyInfoElement - 
which prevents users registering self-issued infocards and signing up with 
self-issued infocards.

Modified:
   
trunk/solutions/identity/modules/token-verifier-core/src/main/java/org/wso2/solutions/identity/saml/relyingparty/SAMLTokenVerifier.java

Modified: 
trunk/solutions/identity/modules/token-verifier-core/src/main/java/org/wso2/solutions/identity/saml/relyingparty/SAMLTokenVerifier.java
==============================================================================
--- 
trunk/solutions/identity/modules/token-verifier-core/src/main/java/org/wso2/solutions/identity/saml/relyingparty/SAMLTokenVerifier.java
     (original)
+++ 
trunk/solutions/identity/modules/token-verifier-core/src/main/java/org/wso2/solutions/identity/saml/relyingparty/SAMLTokenVerifier.java
     Mon Feb 11 02:15:47 2008
@@ -171,6 +171,12 @@
             if (issuerName.equals(IdentityConstants.SELF_ISSUED_ISSUER)) {
 
                 List<KeyValue> keyValueList = sig.getKeyInfo().getKeyValues();
+                
+                // TODO : with the latest code it
+                // does not set the value of keyInfoElement - which prevents
+                // users registering self-issued infocards and signing up
+                // with self-issued infocards.
+                keyInfoElement = sig.getKeyInfo().getDOM();
 
                 if (keyValueList.size() > 1) {
                     throw new RelyingPartyException("invalidKeyValueCount");

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to