Re: [cas-user] CAS 4.1.9 overlay consumes SAML 2.0 and 1.x assertions

2018-04-12 Thread Yan Zhou

OK, We do not have an IDP yet.  CAS 5.2 would be able to do that without 
relying delegate-authentication, right?

Yan


On Thursday, April 12, 2018 at 3:42:26 PM UTC-4, Misagh Moayyed wrote:
>
> You want to start with something like this:
> https://apereo.github.io/cas/4.1.x/integration/Delegate-Authentication.html
>
> External identity providers are referred to as "Clients", in the sense 
> that CAS is a client of that identity provider. Build the one for SAML and 
> proceed. IIRC, only SAML2 and only specific variants of are supported 
> there. 
>
> Skip backporting. It's only going to make you age faster...and not like 
> Clooney. 
>
> --Misagh
>
> --
>
> *From: *"Yan Zhou" <yana...@gmail.com >
> *To: *"CAS Community" <cas-...@apereo.org >
> *Sent: *Thursday, April 12, 2018 12:16:47 PM
> *Subject: *[cas-user] CAS 4.1.9 overlay consumes SAML 2.0 and 1.x 
> assertions
>
> Hello,
> We are running CAS 4.1.9.  An external vendor wants to do SSO with us. 
> User login on their side, and they will send us SAML assertion, so that 
> user can SSO to our App. without login again. 
>
> Can CAS (without Shibboleth) consume such SAML 1.x and/or 2.0 assertion?
>
> I think CAS 5.x can, is that correct?  We are not in a position to upgrade 
> CAS 4 yet.  Is it possible to give me the implementation in CAS 5.x and I 
> can port that into my CAS 4.1.9?
>
> Thanks,
> Yan
>
> -- 
> - 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+u...@apereo.org .
> To view this discussion on the web visit 
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/fecb154a-908e-4253-8368-69aa3f2eab8c%40apereo.org
>  
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/fecb154a-908e-4253-8368-69aa3f2eab8c%40apereo.org?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/d4eecf37-f6f2-44c6-b623-7655a7cf4eb7%40apereo.org.


Re: [cas-user] CAS 4.1.9 overlay consumes SAML 2.0 and 1.x assertions

2018-04-12 Thread Misagh Moayyed
You want to start with something like this: 
https://apereo.github.io/cas/4.1.x/integration/Delegate-Authentication.html 

External identity providers are referred to as "Clients", in the sense that CAS 
is a client of that identity provider. Build the one for SAML and proceed. 
IIRC, only SAML2 and only specific variants of are supported there. 

Skip backporting. It's only going to make you age faster...and not like 
Clooney. 

--Misagh 

> From: "Yan Zhou" <yanand...@gmail.com>
> To: "CAS Community" <cas-user@apereo.org>
> Sent: Thursday, April 12, 2018 12:16:47 PM
> Subject: [cas-user] CAS 4.1.9 overlay consumes SAML 2.0 and 1.x assertions

> Hello,
> We are running CAS 4.1.9. An external vendor wants to do SSO with us. User 
> login
> on their side, and they will send us SAML assertion, so that user can SSO to
> our App. without login again.

> Can CAS (without Shibboleth) consume such SAML 1.x and/or 2.0 assertion?

> I think CAS 5.x can, is that correct? We are not in a position to upgrade CAS 
> 4
> yet. Is it possible to give me the implementation in CAS 5.x and I can port
> that into my CAS 4.1.9?

> Thanks,
> Yan

> --
> - 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/fecb154a-908e-4253-8368-69aa3f2eab8c%40apereo.org
> .

-- 
- 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/2078968513.19553697.1523562143735.JavaMail.zimbra%40unicon.net.


[cas-user] CAS 4.1.9 overlay consumes SAML 2.0 and 1.x assertions

2018-04-12 Thread Yan Zhou
Hello,

We are running CAS 4.1.9.  An external vendor wants to do SSO with us. User 
login on their side, and they will send us SAML assertion, so that user can 
SSO to our App. without login again. 

Can CAS (without Shibboleth) consume such SAML 1.x and/or 2.0 assertion?

I think CAS 5.x can, is that correct?  We are not in a position to upgrade 
CAS 4 yet.  Is it possible to give me the implementation in CAS 5.x and I 
can port that into my CAS 4.1.9?

Thanks,
Yan

-- 
- 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/fecb154a-908e-4253-8368-69aa3f2eab8c%40apereo.org.