Author: prabath
Date: Mon Jan 28 10:28:34 2008
New Revision: 13094
Log:
added user approval support for OpenID authentication
Modified:
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
Modified:
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
==============================================================================
---
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
(original)
+++
trunk/solutions/identity/modules/user-ui/src/main/java/org/wso2/solutions/identity/user/ui/interceptor/SessionInterceptor.java
Mon Jan 28 10:28:34 2008
@@ -64,6 +64,7 @@
UIConstants.OPENDID_CALLBACK_ACTION) < 0
&&
requestURL.indexOf(UIConstants.OPENID_SELFISSUED_LOGIN_ACTION) < 0
&& requestURL.indexOf(UIConstants.OPENID_AUTH_ACTION) < 0
+ &&
requestURL.indexOf(UIConstants.OPENID_AUTH_VERIFICATION_ACTION) < 0
&& requestURL.toString().indexOf(
UIConstants.OPENID_LOGIN_ACTION) < 0) {
// If the request is not Login.action
_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev