Sanjay,

Version 5.1 is very old. It is difficult to know if this is a bug in that 
version of cas or if it is a browser problem.
Your best, and safest, option is to upgrade and see if the issue persists.

Ray

On Thu, 2023-08-10 at 15:48 -0700, Sanjay Semwal wrote:
Notice: This message was sent from outside the University of Victoria email 
system. Please be cautious with links and sensitive information.

To add more to it. i have been getting the below pop-up for quite some time 
intermittently when i get response back from Delegated authentication. Any help 
would be highly appreciated.

[Screenshot 2023-08-10 at 3.45.12 PM.png]

Thanks
Sanjay

On Friday, June 9, 2023 at 9:01:44 PM UTC-7 sanjay...@rez1.mygbiz.com wrote:
Hello there,
I am using CAS 5.1.X, and facing this problem intermittently. Can you please 
suggest some solution?

In my case CAS is working as SP in delegated auth mode  and Azure is as IDP.  
So when authentication is done on Azure, i get the SAML response. After that 
the control flow goes to CAS library class 
"DelegatedClientAuthenticationAction" where it tries to fetch "service" from 
the session,  which is coming as null object.
Here is the code fragment from DelegatedClientAuthenticationAction: -

----------------------
// retrieve parameters from web session
final Service service = (Service) 
session.getAttribute(CasProtocolConstants.PARAMETER_SERVICE);
context.getFlowScope().put(CasProtocolConstants.PARAMETER_SERVICE, service);
LOGGER.debug("Retrieve service: [{}]", service);
--------

Any help would be appreciated on this.

Thanks
Sanjay

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/3bd2cb54d2127f8933d5f7f9cc43fa61a72e3f08.camel%40uvic.ca.

Reply via email to