Re: [cas-user] wrong redirect

2014-03-24 Thread pavan

Yes, thanks for reply . i got the solution.cutomized login jsp for both 
login and registration.

On Friday 21 March 2014 08:51 PM, Scott Battaglia wrote:
 Unless you've customized your CAS client, I don't believe this 
 property exists:

  init-param
 param-namecasServerRegistrationUrl/param-name

 param-valuehttp://localhost:9090/cas/casRegistrationView.jsp?/param-value 


 /init-param


 On Fri, Mar 21, 2014 at 3:47 AM, pavan pavan.pat...@anmsoft.com 
 mailto:pavan.pat...@anmsoft.com wrote:

 Hi Jerome,

 Thanks for your help.
 I have configure as you suggested but some mistake happens from my
 end and it is redirect to login page.
 Please suggest me i am going wrong some where.
 it is still going to
 
 http://localhost:9090/cas/login?service=http%3A%2F%2Fpavan.myapps.com%3A8080%2F%2Fbit%2Ffaces%2Fjsp%2FcasRegistration.jsp


 following is code cas client side:-


 filter
 filter-nameCAS Authentication Filter/filter-name
 
 filter-classorg.jasig.cas.client.authentication.AuthenticationFilter/filter-class
 init-parambag

 param-namecasServerLoginUrl/param-name
param-valuehttp://localhost:9090/cas/login/param-value
 /init-param
 init-param
 param-namecasServerRegistrationUrl/param-name
 
 param-valuehttp://localhost:9090/cas/casRegistrationView.jsp?/param-value


 /init-param
 init-param
 param-nameserverName/param-name
 param-valuehttp://pavan.myapps.com:8080//param-value
  /init-param
 /filter


 following is code cas server side:-

 
 -

 1.default_view.properties

 casRegistrationView.(class)=org.springframework.web.servlet.view.JstlView
 casRegistrationView.url=/casRegistrationView.jsp


 
 -
 2.web.xml


 filter-mapping
 filter-namespringSecurityFilterChain/filter-name
 url-pattern/casRegistrationView/url-pattern
   /filter-mapping


 servlet-mapping
 servlet-namecas/servlet-name
 url-pattern/casRegistrationView/url-pattern
   /servlet-mapping

 
 --
 3.cas-server.xml


 bean id=xmlViewResolver
 class=org.springframework.web.servlet.view.XmlViewResolver
   p:order=1
   p:location=/WEB-INF/view/views.xml
   /

   !-- Locale Resolver --
   bean id=localeResolver
 class=org.springframework.web.servlet.i18n.CookieLocaleResolver/

   bean id=localeChangeInterceptor
 class=org.springframework.web.servlet.i18n.LocaleChangeInterceptor/

   bean id=urlBasedViewResolver
 class=org.springframework.web.servlet.view.UrlBasedViewResolver
 p:viewClass=org.springframework.web.servlet.view.InternalResourceView
 p:prefix=/WEB-INF/view/jsp/
 p:suffix=.jsp
 p:order=2/

   bean id=errorHandlerResolver
 class=org.jasig.cas.web.FlowExecutionExceptionResolver/

   bean
 
 class=org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter/

   bean
   id=handlerMappingC
 class=org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
 property name=mappings
   props
 prop key=/logoutlogoutController/prop
 prop key=/serviceValidateserviceValidateController/prop
 prop key=/validatelegacyValidateController/prop
 prop key=/proxyproxyController/prop
 prop key=/proxyValidateproxyValidateController/prop
 prop key=/samlValidatesamlValidateController/prop
 prop
 key=/services/add.htmladdRegisteredServiceSimpleFormController/prop
 prop
 key=/services/edit.htmleditRegisteredServiceSimpleFormController/prop
 prop
 key=/services/loggedOut.htmlserviceLogoutViewController/prop
 prop
 key=/services/viewStatistics.htmlviewStatisticsController/prop
 prop
 key=/services/*manageRegisteredServicesMultiActionController/prop
 prop key=/openid/*openIdProviderController/prop
 prop
 key=/authorizationFailure.htmlpassThroughController/prop
 prop key=/403.htmlpassThroughController/prop
 prop key=/statushealthCheckController/prop
 prop key=/addUserregistrationController/prop
 prop
 key=/casRegistrationViewcasRegistrationController/prop
   /props
 /property
 property
 name=alwaysUseFullPath value=true/
 !--
  uncomment this to enable sending PageRequest events.
  property
name=interceptors
list
  ref 

Re: [cas-user] wrong redirect

2014-03-24 Thread pavan
Yes, thanks for reply . i got the solution.customized login jsp for both 
login and registration.

On Friday 21 March 2014 08:35 PM, J?r?me LELEU wrote:
 Hi,

 I think that your registration page should not be protected by Spring 
 Security (see the web.xml) as not-authenticated users can register, right?
 Best regards,
 J??me



 2014-03-21 8:47 GMT+01:00 pavan pavan.pat...@anmsoft.com 
 mailto:pavan.pat...@anmsoft.com:

 Hi Jerome,

 Thanks for your help.
 I have configure as you suggested but some mistake happens from my
 end and it is redirect to login page.
 Please suggest me i am going wrong some where.
 it is still going to
 
 http://localhost:9090/cas/login?service=http%3A%2F%2Fpavan.myapps.com%3A8080%2F%2Fbit%2Ffaces%2Fjsp%2FcasRegistration.jsp


 following is code cas client side:-

 filter
 filter-nameCAS Authentication Filter/filter-name
 
 filter-classorg.jasig.cas.client.authentication.AuthenticationFilter/filter-class
 init-parambag
 param-namecasServerLoginUrl/param-name
param-valuehttp://localhost:9090/cas/login/param-value
 /init-param
 init-param
 param-namecasServerRegistrationUrl/param-name
 
 param-valuehttp://localhost:9090/cas/casRegistrationView.jsp?/param-value
 /init-param
 init-param
 param-nameserverName/param-name
 param-valuehttp://pavan.myapps.com:8080//param-value
  /init-param
 /filter


 following is code cas server side:-

 
 -

 1.default_view.properties

 casRegistrationView.(class)=org.springframework.web.servlet.view.JstlView
 casRegistrationView.url=/casRegistrationView.jsp


 
 -
 2.web.xml


 filter-mapping
 filter-namespringSecurityFilterChain/filter-name
 url-pattern/casRegistrationView/url-pattern
   /filter-mapping


 servlet-mapping
 servlet-namecas/servlet-name
 url-pattern/casRegistrationView/url-pattern
   /servlet-mapping

 
 --
 3.cas-server.xml


 bean id=xmlViewResolver
 class=org.springframework.web.servlet.view.XmlViewResolver
   p:order=1
   p:location=/WEB-INF/view/views.xml
   /

   !-- Locale Resolver --
   bean id=localeResolver
 class=org.springframework.web.servlet.i18n.CookieLocaleResolver/

   bean id=localeChangeInterceptor
 class=org.springframework.web.servlet.i18n.LocaleChangeInterceptor/

   bean id=urlBasedViewResolver
 class=org.springframework.web.servlet.view.UrlBasedViewResolver
 p:viewClass=org.springframework.web.servlet.view.InternalResourceView
 p:prefix=/WEB-INF/view/jsp/
 p:suffix=.jsp
 p:order=2/

   bean id=errorHandlerResolver
 class=org.jasig.cas.web.FlowExecutionExceptionResolver/

   bean
 
 class=org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter/

   bean
   id=handlerMappingC
 class=org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
 property name=mappings
   props
 prop key=/logoutlogoutController/prop
 prop key=/serviceValidateserviceValidateController/prop
 prop key=/validatelegacyValidateController/prop
 prop key=/proxyproxyController/prop
 prop key=/proxyValidateproxyValidateController/prop
 prop key=/samlValidatesamlValidateController/prop
 prop
 key=/services/add.htmladdRegisteredServiceSimpleFormController/prop
 prop
 key=/services/edit.htmleditRegisteredServiceSimpleFormController/prop
 prop
 key=/services/loggedOut.htmlserviceLogoutViewController/prop
 prop
 key=/services/viewStatistics.htmlviewStatisticsController/prop
 prop
 key=/services/*manageRegisteredServicesMultiActionController/prop
 prop key=/openid/*openIdProviderController/prop
 prop
 key=/authorizationFailure.htmlpassThroughController/prop
 prop key=/403.htmlpassThroughController/prop
 prop key=/statushealthCheckController/prop
 prop key=/addUserregistrationController/prop
 prop
 key=/casRegistrationViewcasRegistrationController/prop
   /props
 /property
 property
 name=alwaysUseFullPath value=true/
 !--
  uncomment this to enable sending PageRequest events.
  property
name=interceptors
list
  ref bean=pageRequestHandlerInterceptorAdapter /
/list
  /property
   --
   

Re: [cas-user] Oauth2.0 Issue

2014-03-24 Thread Jérôme LELEU
Hi,

I will make a test today or tomorrow...
Best,
Jérôme



2014-03-24 4:28 GMT+01:00 Sashika sashik...@gmail.com:

 Hi,

 I raised this same question a few months before as well, but now this has
 become a real issue.
 My CAS server is configured as an OAuths server. That means my clients
 connect to CAS through OAuth2.0 by issuing a cas/oauth2/0/authorize
 request. Also the same server is configured with cas-server-support-pac4j
 and pac4j-oauth. This means my clients can log in to CAS server through
 facebook etc. The problem is when I try to log in through facebook, google
 etc..it displays the CAS is unavailable error message after loging in to
 the social network. The extract of the log is attached. What could be the
 issue.

 =
 WHO: audit:unknown
 WHAT:
 TGT-18-EzIpvsOFt6HAAFg3bWZQ1c15b6l7ftySMEd3Az1LRHKFnzE0s4-passport.yatango.com
 ACTION: TICKET_GRANTING_TICKET_CREATED
 APPLICATION: CAS
 WHEN: Mon Mar 24 03:26:18 UTC 2014
 CLIENT IP ADDRESS: 124.43.26.150
 SERVER IP ADDRESS: 10.251.1.108
 =

 
 |#]

 [#|2014-03-24T03:26:18.701+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=59;_ThreadName=Thread-2;|2014-03-24
 03:26:18,701 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] -
 Granted service ticket [ST-10-OQZyn5kf2ndBS1hc5e4d-passport.yatango.com]
 for service [https://.com/cas/oauth2.0/callbackAuthorize] for user
 [115165125832412854137]
 |#]

 [#|2014-03-24T03:26:18.702+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=59;_ThreadName=Thread-2;|2014-03-24
 03:26:18,702 INFO
 [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit
 trail record BEGIN
 =
 WHO: 115165125832412854137
 WHAT: ST-10-OQZyn5kf2ndBS1hc5e4d-passport.yatango.com for https://
 ??.com/cas/oauth2.0/callbackAuthorize
 ACTION: SERVICE_TICKET_CREATED
 APPLICATION: CAS
 WHEN: Mon Mar 24 03:26:18 UTC 2014
 CLIENT IP ADDRESS: 124.43.26.150
 SERVER IP ADDRESS: 10.251.1.108
 =

 
 |#]

 [#|2014-03-24T03:26:18.964+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=60;_ThreadName=Thread-2;|2014-03-24
 03:26:18,963 ERROR
 [org.jasig.cas.support.oauth.web.OAuth20CallbackAuthorizeController] -
 oauth20_callbackUrl is missing from the session and can not be retrieved.
 |#]

 The login to the social network seems to be ok. But there is an error in
 the last line.


 Regards
 Sashika.

 --
 You are currently subscribed to cas-user@lists.jasig.org as: lel...@gmail.com
 To unsubscribe, change settings or access archives, see 
 http://www.ja-sig.org/wiki/display/JSG/cas-user



-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Re: [cas-user] Oauth2.0 Issue

2014-03-24 Thread Jérôme LELEU
Hi,

I just made a complete test:
https://github.com/leleuj/cas-pac4j-oauth-demo/tree/doubleoauth and it
works perfectly.
1) copy/paste in your browser:
http://localhost:8080/cas/login?service=http://fake
2) click on Authenticate with another CAS server using OAuth v2.0 protocol
3) click on Authenticate with Twitter
4) Authenticate at Twitter
5) Click on Allow

Here you go: you have communicate with the CAS server using the OAuth
protocol v2.0 and delegate the authentication to an OAuth provider
(Twitter).

Best regards,
Jérôme





2014-03-24 12:40 GMT+01:00 Jérôme LELEU lel...@gmail.com:

 Hi,

 I will make a test today or tomorrow...
 Best,
 Jérôme



 2014-03-24 4:28 GMT+01:00 Sashika sashik...@gmail.com:

 Hi,

 I raised this same question a few months before as well, but now this has
 become a real issue.
 My CAS server is configured as an OAuths server. That means my clients
 connect to CAS through OAuth2.0 by issuing a cas/oauth2/0/authorize
 request. Also the same server is configured with cas-server-support-pac4j
 and pac4j-oauth. This means my clients can log in to CAS server through
 facebook etc. The problem is when I try to log in through facebook, google
 etc..it displays the CAS is unavailable error message after loging in to
 the social network. The extract of the log is attached. What could be the
 issue.

 =
 WHO: audit:unknown
 WHAT:
 TGT-18-EzIpvsOFt6HAAFg3bWZQ1c15b6l7ftySMEd3Az1LRHKFnzE0s4-passport.yatango.com
 ACTION: TICKET_GRANTING_TICKET_CREATED
 APPLICATION: CAS
 WHEN: Mon Mar 24 03:26:18 UTC 2014
 CLIENT IP ADDRESS: 124.43.26.150
 SERVER IP ADDRESS: 10.251.1.108
 =

 
 |#]

 [#|2014-03-24T03:26:18.701+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=59;_ThreadName=Thread-2;|2014-03-24
 03:26:18,701 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] -
 Granted service ticket [ST-10-OQZyn5kf2ndBS1hc5e4d-passport.yatango.com]
 for service [https://.com/cas/oauth2.0/callbackAuthorize] for user
 [115165125832412854137]
 |#]

 [#|2014-03-24T03:26:18.702+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=59;_ThreadName=Thread-2;|2014-03-24
 03:26:18,702 INFO
 [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit
 trail record BEGIN
 =
 WHO: 115165125832412854137
 WHAT: ST-10-OQZyn5kf2ndBS1hc5e4d-passport.yatango.com for https://
 ??.com/cas/oauth2.0/callbackAuthorize
 ACTION: SERVICE_TICKET_CREATED
 APPLICATION: CAS
 WHEN: Mon Mar 24 03:26:18 UTC 2014
 CLIENT IP ADDRESS: 124.43.26.150
 SERVER IP ADDRESS: 10.251.1.108
 =

 
 |#]

 [#|2014-03-24T03:26:18.964+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=60;_ThreadName=Thread-2;|2014-03-24
 03:26:18,963 ERROR
 [org.jasig.cas.support.oauth.web.OAuth20CallbackAuthorizeController] -
 oauth20_callbackUrl is missing from the session and can not be retrieved.
 |#]

 The login to the social network seems to be ok. But there is an error in
 the last line.


 Regards
 Sashika.

 --
 You are currently subscribed to cas-user@lists.jasig.org as: lel...@gmail.com
 To unsubscribe, change settings or access archives, see 
 http://www.ja-sig.org/wiki/display/JSG/cas-user




-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Re: [cas-user] Oauth2.0 Issue

2014-03-24 Thread Sashika
Hi,
Thanks for the test update. In your test I wonder what is the url 
http://localhost:8080/cas/login?service=http://fake; that url seems to me
like if you are using CAS protocol to connect clients. But in my case the
clients will connect to cas using oauth server support like the url
/cas/oauth2.0/authorize?redirect_url=http://fake;
To update you, when I login through facebook it works perfectly 6 times out
of 10. But 4 times I get the error I listed earlier. But when I login
through google2client then it gives the above error every time. What could
be the possible reason for the above?
On 24 Mar 2014 19:19, Jérôme LELEU lel...@gmail.com wrote:

 Hi,

 I just made a complete test:
 https://github.com/leleuj/cas-pac4j-oauth-demo/tree/doubleoauth and it
 works perfectly.
 1) copy/paste in your browser:
 http://localhost:8080/cas/login?service=http://fake
 2) click on Authenticate with another CAS server using OAuth v2.0
 protocol
 3) click on Authenticate with Twitter
 4) Authenticate at Twitter
 5) Click on Allow

 Here you go: you have communicate with the CAS server using the OAuth
 protocol v2.0 and delegate the authentication to an OAuth provider
 (Twitter).

 Best regards,
 Jérôme





 2014-03-24 12:40 GMT+01:00 Jérôme LELEU lel...@gmail.com:

 Hi,

 I will make a test today or tomorrow...
 Best,
 Jérôme



 2014-03-24 4:28 GMT+01:00 Sashika sashik...@gmail.com:

 Hi,

 I raised this same question a few months before as well, but now this
 has become a real issue.
 My CAS server is configured as an OAuths server. That means my clients
 connect to CAS through OAuth2.0 by issuing a cas/oauth2/0/authorize
 request. Also the same server is configured with cas-server-support-pac4j
 and pac4j-oauth. This means my clients can log in to CAS server through
 facebook etc. The problem is when I try to log in through facebook, google
 etc..it displays the CAS is unavailable error message after loging in to
 the social network. The extract of the log is attached. What could be the
 issue.

 =
 WHO: audit:unknown
 WHAT:
 TGT-18-EzIpvsOFt6HAAFg3bWZQ1c15b6l7ftySMEd3Az1LRHKFnzE0s4-passport.yatango.com
 ACTION: TICKET_GRANTING_TICKET_CREATED
 APPLICATION: CAS
 WHEN: Mon Mar 24 03:26:18 UTC 2014
 CLIENT IP ADDRESS: 124.43.26.150
 SERVER IP ADDRESS: 10.251.1.108
 =

 
 |#]

 [#|2014-03-24T03:26:18.701+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=59;_ThreadName=Thread-2;|2014-03-24
 03:26:18,701 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] -
 Granted service ticket [ST-10-OQZyn5kf2ndBS1hc5e4d-passport.yatango.com]
 for service [https://.com/cas/oauth2.0/callbackAuthorize] for user
 [115165125832412854137]
 |#]

 [#|2014-03-24T03:26:18.702+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=59;_ThreadName=Thread-2;|2014-03-24
 03:26:18,702 INFO
 [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit
 trail record BEGIN
 =
 WHO: 115165125832412854137
 WHAT: ST-10-OQZyn5kf2ndBS1hc5e4d-passport.yatango.com for https://
 ??.com/cas/oauth2.0/callbackAuthorize
 ACTION: SERVICE_TICKET_CREATED
 APPLICATION: CAS
 WHEN: Mon Mar 24 03:26:18 UTC 2014
 CLIENT IP ADDRESS: 124.43.26.150
 SERVER IP ADDRESS: 10.251.1.108
 =

 
 |#]

 [#|2014-03-24T03:26:18.964+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=60;_ThreadName=Thread-2;|2014-03-24
 03:26:18,963 ERROR
 [org.jasig.cas.support.oauth.web.OAuth20CallbackAuthorizeController] -
 oauth20_callbackUrl is missing from the session and can not be retrieved.
 |#]

 The login to the social network seems to be ok. But there is an error in
 the last line.


 Regards
 Sashika.

 --
 You are currently subscribed to cas-user@lists.jasig.org as: 
 lel...@gmail.com
 To unsubscribe, change settings or access archives, see 
 http://www.ja-sig.org/wiki/display/JSG/cas-user




 --
 You are currently subscribed to cas-user@lists.jasig.org as: 
 sashik...@gmail.com
 To unsubscribe, change settings or access archives, see 
 http://www.ja-sig.org/wiki/display/JSG/cas-user



-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Re: [cas-user] Oauth2.0 Issue

2014-03-24 Thread Jérôme LELEU
Hi,

I updated my demo where localhost:8080/cas is the first CAS server which
can delegate authentication to the second CAS server: localhost:8080/cas2
using the OAuth protocol. So I use OAuth 2 protocol with a CAS server which
delegates itself the authentication to an OAuth provider.
It's hard to guess the problem while it works on my side.

Can you check if your web session cookie (name : JSESSION) keeps the same
value?

Thanks.
Best regards,
Jérôme



2014-03-24 15:42 GMT+01:00 Sashika sashik...@gmail.com:

 Hi,
 Thanks for the test update. In your test I wonder what is the url 
 http://localhost:8080/cas/login?service=http://fake; that url seems to me
 like if you are using CAS protocol to connect clients. But in my case the
 clients will connect to cas using oauth server support like the url
 /cas/oauth2.0/authorize?redirect_url=http://fake;
 To update you, when I login through facebook it works perfectly 6 times
 out of 10. But 4 times I get the error I listed earlier. But when I login
 through google2client then it gives the above error every time. What could
 be the possible reason for the above?
 On 24 Mar 2014 19:19, Jérôme LELEU lel...@gmail.com wrote:

 Hi,

 I just made a complete test:
 https://github.com/leleuj/cas-pac4j-oauth-demo/tree/doubleoauth and it
 works perfectly.
 1) copy/paste in your browser:
 http://localhost:8080/cas/login?service=http://fake
 2) click on Authenticate with another CAS server using OAuth v2.0
 protocol
 3) click on Authenticate with Twitter
 4) Authenticate at Twitter
 5) Click on Allow

 Here you go: you have communicate with the CAS server using the OAuth
 protocol v2.0 and delegate the authentication to an OAuth provider
 (Twitter).

 Best regards,
 Jérôme





 2014-03-24 12:40 GMT+01:00 Jérôme LELEU lel...@gmail.com:

 Hi,

 I will make a test today or tomorrow...
 Best,
 Jérôme



 2014-03-24 4:28 GMT+01:00 Sashika sashik...@gmail.com:

 Hi,

 I raised this same question a few months before as well, but now this
 has become a real issue.
 My CAS server is configured as an OAuths server. That means my clients
 connect to CAS through OAuth2.0 by issuing a cas/oauth2/0/authorize
 request. Also the same server is configured with cas-server-support-pac4j
 and pac4j-oauth. This means my clients can log in to CAS server through
 facebook etc. The problem is when I try to log in through facebook, google
 etc..it displays the CAS is unavailable error message after loging in to
 the social network. The extract of the log is attached. What could be the
 issue.

 =
 WHO: audit:unknown
 WHAT:
 TGT-18-EzIpvsOFt6HAAFg3bWZQ1c15b6l7ftySMEd3Az1LRHKFnzE0s4-passport.yatango.com
 ACTION: TICKET_GRANTING_TICKET_CREATED
 APPLICATION: CAS
 WHEN: Mon Mar 24 03:26:18 UTC 2014
 CLIENT IP ADDRESS: 124.43.26.150
 SERVER IP ADDRESS: 10.251.1.108
 =

 
 |#]

 [#|2014-03-24T03:26:18.701+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=59;_ThreadName=Thread-2;|2014-03-24
 03:26:18,701 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] -
 Granted service ticket [
 ST-10-OQZyn5kf2ndBS1hc5e4d-passport.yatango.com] for service 
 [https://.com/cas/oauth2.0/callbackAuthorize]
 for user [115165125832412854137]
 |#]

 [#|2014-03-24T03:26:18.702+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=59;_ThreadName=Thread-2;|2014-03-24
 03:26:18,702 INFO
 [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit
 trail record BEGIN
 =
 WHO: 115165125832412854137
 WHAT: ST-10-OQZyn5kf2ndBS1hc5e4d-passport.yatango.com for https://
 ??.com/cas/oauth2.0/callbackAuthorize
 ACTION: SERVICE_TICKET_CREATED
 APPLICATION: CAS
 WHEN: Mon Mar 24 03:26:18 UTC 2014
 CLIENT IP ADDRESS: 124.43.26.150
 SERVER IP ADDRESS: 10.251.1.108
 =

 
 |#]

 [#|2014-03-24T03:26:18.964+|INFO|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=60;_ThreadName=Thread-2;|2014-03-24
 03:26:18,963 ERROR
 [org.jasig.cas.support.oauth.web.OAuth20CallbackAuthorizeController] -
 oauth20_callbackUrl is missing from the session and can not be retrieved.
 |#]

 The login to the social network seems to be ok. But there is an error
 in the last line.


 Regards
 Sashika.

 --
 You are currently subscribed to cas-user@lists.jasig.org as: 
 lel...@gmail.com
 To unsubscribe, change settings or access archives, see 
 http://www.ja-sig.org/wiki/display/JSG/cas-user



 --
 You are currently subscribed to cas-user@lists.jasig.org as: 
 sashik...@gmail.com
 To unsubscribe, change settings or access archives, see 
 http://www.ja-sig.org/wiki/display/JSG/cas-user

 --
 You are currently subscribed to cas-user@lists.jasig.org as: lel...@gmail.com
 To unsubscribe, 

RE: [cas-user] Schedule for CAS 4.0

2014-03-24 Thread Misagh Moayyed
Indeed. We are working hard to deliver the release and there are just a
few other minor tasks we need to resolve before announcements of RC4, and
beyond. New release announcements will be posted on the mailing lists.
Please stay tuned.



Misagh



From: J?r?me LELEU [mailto:lel...@gmail.com]
Sent: Friday, March 21, 2014 8:02 AM
To: cas-user@lists.jasig.org
Subject: Re: [cas-user] Schedule for CAS 4.0



Hi,



Indeed, the RC4 (I hope the last one before the final release) should be
cut very soon. I think I remember that Misagh proposed himself for the RC4
(otherwise, I can do it).

Best regards,

J?r?me





2014-03-21 14:07 GMT+01:00 Stephan Arts sa...@rssd.esa.int:

Hi,

On the mailing-list I found a discussion about the schedule for CAS 4.

https://lists.wisc.edu/read/archive?id=32025573

It mentioned the following issue as being blocking:

https://issues.jasig.org/browse/CAS-1283

Which is resolved now, and a possible release-date for CAS 4 being Q1
2014.

As you might have noticed, Q1 is getting to an end, and I have seen no
final release for CAS 4 yet.

What is the current schedule?

--
HE Space Operations B.V. for ESA - European Space Agency

Stephan Arts_
Senior UNIX Engineer

Research  Scientific Support Department
Science  Robotic Exploration Directorate (SRE-S)

ESTEC
Keplerlaan 1
NL-2201 AZ Noordwijk, The Netherlands
 mailto:stephan.a...@esa.int stephan.a...@esa.int  |
http://www.esa.int www.esa.int
T +31 71 565 6832 | F +31 71 565 4690 tel:%2B31%2071%20565%204690

--
You are currently subscribed to cas-user@lists.jasig.org as:
lel...@gmail.com
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user



--
You are currently subscribed to cas-user@lists.jasig.org as:
mmoay...@unicon.net
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

[cas-user] CAS Throttling

2014-03-24 Thread Abdul Basith
http://www.unicon.net/content/failed-login-attempt-throttling-cas
As per this link, is there anyway to configure the number of attempts
user can try before the valid login ?

I'd referred this
https://wiki.jasig.org/display/CASUM/Throttling+Login+Attempts link too.
But its failing the second attempt itself if I give invalid credentials,even 
thought the failureThreshold is 5. Using CAS3.5.2.
-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user


Re: [cas-user] annoying responses

2014-03-24 Thread Paul B. Henson
On Fri, Mar 21, 2014 at 12:11:57PM -0700, Marvin Addison wrote:

 I took their response at face value, which I read as has been
 completed. The header appears in your previous post:

Hmm, something must be eating it in the path to me then, as it doesn't
show up. Would have to be either the Ironport doing spam checking or MS
exchange, the other gateways in the loop are linux/postfix and I don't
think they'd arbitrarily discard a header. What made them pick
X-Auto-Response-Suppress as opposed to Precedence? I know the latter
doesn't get discarded. I'd be curious if other people who are either
stuck using exchange or have an Ironport mail appliance are also losing
this header, if a sizable fraction of users don't get the header passed
through then their auto-responders will still misbehave...


Received: from adler.unx.csupomona.edu (134.71.247.15) by
iitexhub02.win.csupomona.edu (134.71.251.40) with Microsoft SMTP
Server id
8.3.298.1; Fri, 21 Mar 2014 12:12:23 -0700
Received: from localhost (localhost [127.0.0.1])by
adler.unx.csupomona.edu
(Postfix) with ESMTP id 90D0A54064  for hen...@csupomona.edu;
Fri, 21 Mar
2014 12:12:23 -0700 (PDT)
Received: from adler.unx.csupomona.edu ([127.0.0.1])by localhost
(adler.unx.csupomona.edu [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id
iKH0Q6T3Kd-l for hen...@csupomona.edu;Fri, 21 Mar 2014
12:12:23 -0700
(PDT)
Received: from ironport01-1.csupomona.edu (ironport01-1.csupomona.edu
[134.71.187.41])by adler.unx.csupomona.edu (Postfix) with ESMTP
id
8033E54065  for hen...@csupomona.edu; Fri, 21 Mar 2014 12:12:23
-0700 (PDT)
Received: from burana.doit.wisc.edu (HELO lists.wisc.edu) ([128.104.22.195])
by ironport01-1.csupomona.edu with SMTP; 21 Mar 2014 12:12:23 -0700
Received: from smtp5.wiscmail.wisc.edu ([144.92.197.234]) by
burana.doit.wisc.edu with SMTP (WiscList ListManager LINUX version
12.0);
Fri, 21 Mar 2014 14:12:03 -0500
Received: from mail-wg0-f49.google.com ([74.125.82.49]) by
smtp5.wiscmail.wisc.edu (Oracle Communications Messaging Server
7.0.5.30.0
64bit (built Oct 22 2013)) with ESMTPS id
0n2s00272w01z...@smtp5.wiscmail.wisc.edu for cas-u...@lists.wisc.edu
(ORCPT
cas-user@lists.jasig.org); Fri, 21 Mar 2014 14:12:03 -0500 (CDT)
Received: by mail-wg0-f49.google.com with SMTP id a1so1933773wgh.32 for
cas-user@lists.jasig.org; Fri, 21 Mar 2014 12:12:01 -0700 (PDT)
Received: by 10.216.227.196 with HTTP; Fri, 21 Mar 2014 12:11:57 -0700 (PDT)
From: Marvin Addison marvin.addi...@gmail.com
To: cas-user@lists.jasig.org cas-user@lists.jasig.org
Date: Fri, 21 Mar 2014 12:11:57 -0700
Subject: Re: [cas-user] annoying responses
Thread-Topic: [cas-user] annoying responses
Thread-Index: Ac9FOX13VArZ8hrDTnGKcpDEJSP8Yg==
Message-ID: cacos9mtttbr54fsfsabwrodgvupew3um9y3q1ux+4gcqnnr...@mail.gmail.com
References: 
ef3114cf8b7ff0428ecbd46a3293730b137aa60...@exch01.win.csupomona.edu
CACOs9MTrdxxo5xo=s9fgqtxdrrwvgadujtfqmh6hgwhaget...@mail.gmail.com
a69ddd4e.87e4.0...@mmoayyed.unicon.net
ef3114cf8b7ff0428ecbd46a3293730b137aa60...@exch01.win.csupomona.edu
CACOs9MSeuQxB9KFtiiV5u=t9kat+hesb_lfohgct4mfypof...@mail.gmail.com
20140321183859.gb5...@bender.csupomona.edu
In-Reply-To: 20140321183859.gb5...@bender.csupomona.edu
Reply-To: cas-user@lists.jasig.org cas-user@lists.jasig.org
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Organization-AuthSource: iitexhub02.win.csupomona.edu
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-spam-score: 
x-virus-scanned: amavisd-new at csupomona.edu
dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;d=gmail.com;
s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;bh=89F+CxS7qTGbtS6dBZ7sUXWOu0DGY3hOmgtKaFkGit8=;
b=ynK3HRbHVyRYFFG4eTsslYQf0AWt+L80dbLLDEaa6NQ/kk7tmVzxN2tP2uCS0f6e6t
7s+/YuUVo8TAYhtk6JlER5JvXI+31NBcHFhidAmN+3ZpKPLQecxQIqg9aFxIjF84Maqc
wuMEd8uQnghdRKusovDUvOYnGCJr5/4N2WCmflKz9k3+jaVAEFgqgvuPsXeLSObIeDta
eEaV8qSDB65rVdkf/ME8jFfz9FDYQ+66/hdbuGUXzMpTk7EkuC9vbeCLWds4ySzS2PUL
FWF4CJS9K+WO31sTMcVw05jJTACRTadvJuKpb3LKGwArm9absLCypdxNpG0gUqWE5SvF
onCQ==
x-ironport-anti-spam-filtered: true
x-ironport-anti-spam-result: 
AqECAJyOLFOAaBbDnGdsb2JhbABZBoM7V6wDjyWISh4OAQEBAQEICwkJFCiCJgEBBAECOgMBDQ4eAwwGBQs7HgMBAQUJAwEFARwOCx0Eh0MBAxENoHKMX4MOgXqVIwoZJw1khiYRAQUMjEaCNYQiAQOOaocIaoFtjGiDWhgpRwOELQ
x-spam-report: IsSpam=no, Probability=8%, Hits= HTML_00_01 0.05, HTML_00_10
0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0,
BODY_SIZE_2000_LESS
0, BODY_SIZE_5000_LESS 0, BODY_SIZE_500_599 0, BODY_SIZE_7000_LESS 0,
DATE_TZ_NA 0, DKIM_SIGNATURE 

RE: [cas-user] annoying responses

2014-03-24 Thread Paul B. Henson
 From: Paul B. Henson
 Sent: Monday, March 24, 2014 2:35 PM

-Auto-Response-Suppress as opposed to Precedence? I know the latter
 doesn't get discarded. I'd be curious if other people who are either
 stuck using exchange or have an Ironport mail appliance are also losing
 this header, if a sizable fraction of users don't get the header passed
 through then their auto-responders will still misbehave...

Huh, the only annoying auto response I got to this message was an exchange out 
of office message from a colleague who also works here 8-/. Maybe I will go bug 
our ironport and exchange administrators as to why one of those is eating this 
header sigh.

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user