Re: [cas-user] Zoom Integration

2020-08-25 Thread Brian T. Huntley
Hi Umut -

Sounds like maybe an attribute mapping problem.

Our service definition for Zoom transmits these attributes/mappings:

allowedAttributes:
> {
>   @class: java.util.TreeMap
>   givenName:
>   [
> java.util.ArrayList
> [
>   urn:oid:2.5.4.42
> ]
>   ]
>   mail:
>   [
> java.util.ArrayList
> [
>   urn:oid:0.9.2342.19200300.100.1.3
> ]
>   ]
>   sn:
>   [
> java.util.ArrayList
> [
>   urn:oid:2.5.4.4
> ]
>   ]
> }


This translates to these settings within Zoom -> Admin -> Advanced ->
Single Sign-On

First name   urn:oid:2.5.4.42
Email address  urn:oid:0.9.2342.19200300.100.1.3
Last name  urn:oid:2.5.4.4

HTH
Brian

Brian T. Huntley, CISSP
Director of Network Services and Information Security
Office of Information Technology
Clarkson University
315.268.6723


On Tue, Aug 25, 2020 at 10:20 AM Umut Arus  wrote:

> Hi all,
>
> We are trying to make CAS SSO with Zoom. We are getting NameID error for
> Identifier. Is there anyone to share CAS config and Zoom config for Zoom.
>
> thanks.
>
> --
> - 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/CALwryzHcCpcjcr3gzhBrB2qMLO-3mmoDX00iKe2pUgHxaaedCQ%40mail.gmail.com
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CALwryzHcCpcjcr3gzhBrB2qMLO-3mmoDX00iKe2pUgHxaaedCQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

-- 
- 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/CABa%3D6adfnOY39cKAmwa4_u%3DAy-ajaR0H%2BCZPWAQMf5qkPM96VA%40mail.gmail.com.


[cas-user] CAS 5.3.14 java.util.Collections$UnmodifiableList.get(Collections.java:1311)

2020-01-30 Thread Brian T. Huntley
Hello - 

We're running CAS 5.3.14 with the self-executing cas.war on CentOS7 and 
OpenJDK 1.8.0-232-b09  The war file was built with the maven overlay.

This environment has has little change since November, but just in the last 
few weeks, we have started to see more and more errors like this that 
causes CAS to become non-functional and return 500 errors to clients:

cas.war: 2020-01-30 08:19:20,909 ERROR [org.apache.catalina.core.
ContainerBase.[Tomcat].[localhost].[/cas].[dispatcherServlet]] - 
cas.war: java.lang.StackOverflowError: null
cas.war: at java.util.Collections$UnmodifiableList.get(Collections.java:1311
) ~[?:1.8.0_232]
cas.war: at java.util.Collections$UnmodifiableList.get(Collections.java:1311
) ~[?:1.8.0_232]
cas.war: at java.util.Collections$UnmodifiableList.get(Collections.java:1311
) ~[?:1.8.0_232]
cas.war: at java.util.Collections$UnmodifiableList.get(Collections.java:1311
) ~[?:1.8.0_232]
cas.war: at java.util.Collections$UnmodifiableList.get(Collections.java:1311
) ~[?:1.8.0_232]
cas.war: at java.util.Collections$UnmodifiableList.get(Collections.java:1311
) ~[?:1.8.0_232]
cas.war: at java.util.Collections$UnmodifiableList.get(Collections.java:1311
) ~[?:1.8.0_232]



All Google has been able to tell me is a memory issue, but the CAS 
dashboard indicates I have between 1-2GB of Java heap available.

A restart of CAS resolves the issue for a few days.

Anyone else ever run into this?

Thank you!
Brian

-- 
- 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/c5ec6130-4cad-4a94-9e73-3cbdba70292f%40apereo.org.