Re: [cas-user] CAS v7.0.0 Performance issue.

2024-02-27 Thread Fatih Deniz
This we just experienced that uses OAuth protocol during a relatively high load scenario, would you be able to give more insights to this issue? What are some quick fix options available if you know any? On Tue, Feb 27, 2024, 9:10 PM Łukasz Woźniak wrote: > What protocol do you use ? Do You use

Re: [cas-user] CAS v7.0.0 Performance issue.

2024-02-27 Thread Łukasz Woźniak
What protocol do you use ? Do You use OAuth? In my situation, I found that on the OAuth there is a bug in 7.0.0. CAS filter out scopes not mentioned in properties for OIDC( it shouldn't be like that). So application connecting with OAuth was doing Ddos, because It get empty scopes. I know It is no

Re: [cas-user] Deleteged Azure AD, duplicate pk in postgres_jpa_ticket_entity

2024-02-27 Thread Ray Bon
Pablo, Is that deleted or delegated? Is it possible that azure ad metadata is missing or not in the location that cas thinks it is? Ray On Mon, 2024-02-26 at 13:44 -0800, Pablo Vidaurri wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautiou

Re: [cas-user] CAS v7.0.0 Performance issue.

2024-02-27 Thread Ray Bon
Shavi, Hazelcast is not listed as a storage option for services; ConcurrentIndexedCollection is related to service storage. What do you use for storing services? Have you tried increasing memory used by the application container? Ray On Tue, 2024-02-27 at 01:28 -0800, Shavi Teotia wrote: Notice

Re: [cas-user] CAS 7.0.x: How to prevent cas.war from containing Oracle driver?

2024-02-27 Thread Ray Bon
Ed, Are you including the oracle jdbc jar in JBOSS? My understanding is that the application server creates a jndi object independent of the application being deployed (i.e. it does not look to the application for drivers). Ray On Mon, 2024-02-26 at 15:22 -0800, Ed O. wrote: Notice: This messa

[cas-user] Re: Trouble with ActiveMQ/Artemis JMS ticketing system on Cas 6.5.6.

2024-02-27 Thread Henry Heikkinen
For now we have solved the issue by registering custom serializer for the TransientSessionTickets which uses SerializationUtils for serialization similar to how RedisTicketRegistry does it. Our changes for reference: https://github.com/Opetushallitus/cas-oppija/commit/809a7f357d74c54526e63266e6

Re: [cas-user] CAS v7.0.0 Performance issue.

2024-02-27 Thread Shavi Teotia
Hi Ray and team, Could you please help we are stuck at this point. Its been long we are trying to resolve this. On Friday 23 February 2024 at 20:29:54 UTC+5:30 Shavi Teotia wrote: > Hi Ray and Team, > > We have an enterprise application, cannot change the backend. But Could > you please sugges