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.
[image: 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/2b62e3c2-9c34-4ef2-acb9-c6c57c4dce38n%40apereo.org.