Re: [cas-user] Upgrade CAS 3.5.2 to CAS 5.x

2018-02-05 Thread Man H
I wouldnt mind about class replacements, just make a revision of how 5.2
fullfills your needs.

2018-02-05 19:45 GMT-03:00 Matthew Hannay :

> I get in some cases that the packaging changes from
>
> org.jasig
>
> org.apereo
>
>
> And for a the class ( I made a mistake and posted the wrong class)
> org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver
>
> to
>
> org.aspereo.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver
>
>
>
> How ever the following do not seem to exist or it is difficult to find a
> clean replacement for these 3.6 classes in 5.2.2
>
> org.jasig.cas.web.LogoutController
>
> org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver
>
> org.jasig.cas.authentication.principal.HttpBasedServiceCredentialsToPrincipalResolver
>
> org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler
>
>
>
> *Maybe I am not including all of the correct **dependencies** in the 
> build?*
>
>
>
> --Matt
>
>
> On Monday, 5 February 2018 22:53:05 UTC+10, Manfredo Hopp wrote:
>>
>> Change org.jasig to org.apereo
>>
>> El domingo, 4 de febrero de 2018, Matthew Hannay 
>> escribió:
>>
>>> Good Question I am trying to do a similar up grade  their seems to
>>> be no deprecation (or very little)  path for classes from version 3-->4 -->5
>>> so If I use
>>>
>>> org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver
>>>
>>> in version 3 where do I go in version 4 or 5?
>>>
>>>
>>> *--Matt*
>>> On Saturday, 13 January 2018 11:54:05 UTC+10, Mr Rao wrote:

 Hi,

 I would like to upgrade CAS from 3.5.2 to  latest 5.x version, 1) Is
 there any easy way or special instructions to upgrade it?

 2) I also want to support multiple IDPs vendors  and use CAS as IDP  ,
 this should be based on customer?  Do I need to customize login web flow to
 use different IDP based on customer?  This means one customer is using CAS
 login back end oracle db.and another customer using ADFS or OKTA  but this
 should be configurable.

 3) Is there any good example for CAS delegated authentication to ADFS?


 Thanks
 Rao





 --
>>> - 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/ap
>>> ereo.org/d/msgid/cas-user/d402f20c-0a29-4390-afbc-88129c5de9
>>> 8b%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/26c078fe-12be-4c1d-8c6f-
> c34812554e16%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/CAMY5mieJAVUYChmhVihZ3s52cgLb6zzOK-Wv4iCOq3k91pJmiQ%40mail.gmail.com.


Re: [cas-user] Upgrade CAS 3.5.2 to CAS 5.x

2018-02-05 Thread Matthew Hannay
I get in some cases that the packaging changes from

org.jasig

org.apereo


And for a the class ( I made a mistake and posted the wrong class)
org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver

to 

org.aspereo.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver



How ever the following do not seem to exist or it is difficult to find a 
clean replacement for these 3.6 classes in 5.2.2

org.jasig.cas.web.LogoutController

org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver

org.jasig.cas.authentication.principal.HttpBasedServiceCredentialsToPrincipalResolver

org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler



*Maybe I am not including all of the correct **dependencies** in the 
build?*



--Matt


On Monday, 5 February 2018 22:53:05 UTC+10, Manfredo Hopp wrote:
>
> Change org.jasig to org.apereo
>
> El domingo, 4 de febrero de 2018, Matthew Hannay  > escribió:
>
>> Good Question I am trying to do a similar up grade  their seems to be 
>> no deprecation (or very little)  path for classes from version 3-->4 -->5
>> so If I use 
>>
>> org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver
>>
>> in version 3 where do I go in version 4 or 5? 
>>
>>
>> *--Matt*
>> On Saturday, 13 January 2018 11:54:05 UTC+10, Mr Rao wrote:
>>>
>>> Hi,
>>>
>>> I would like to upgrade CAS from 3.5.2 to  latest 5.x version, 1) Is 
>>> there any easy way or special instructions to upgrade it?
>>>
>>> 2) I also want to support multiple IDPs vendors  and use CAS as IDP  , 
>>> this should be based on customer?  Do I need to customize login web flow to 
>>> use different IDP based on customer?  This means one customer is using CAS 
>>> login back end oracle db.and another customer using ADFS or OKTA  but this 
>>> should be configurable.
>>>
>>> 3) Is there any good example for CAS delegated authentication to ADFS?  
>>>
>>>
>>> Thanks
>>> Rao
>>>
>>>
>>>
>>>
>>>
>>> -- 
>> - 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/d402f20c-0a29-4390-afbc-88129c5de98b%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/26c078fe-12be-4c1d-8c6f-c34812554e16%40apereo.org.


Re: [cas-user] Upgrade CAS 3.5.2 to CAS 5.x

2018-02-05 Thread Man H
Change org.jasig to org.apereo

El domingo, 4 de febrero de 2018, Matthew Hannay 
escribió:

> Good Question I am trying to do a similar up grade  their seems to be
> no deprecation (or very little)  path for classes from version 3-->4 -->5
> so If I use
>
> org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver
>
> in version 3 where do I go in version 4 or 5?
>
>
> *--Matt*
> On Saturday, 13 January 2018 11:54:05 UTC+10, Mr Rao wrote:
>>
>> Hi,
>>
>> I would like to upgrade CAS from 3.5.2 to  latest 5.x version, 1) Is
>> there any easy way or special instructions to upgrade it?
>>
>> 2) I also want to support multiple IDPs vendors  and use CAS as IDP  ,
>> this should be based on customer?  Do I need to customize login web flow to
>> use different IDP based on customer?  This means one customer is using CAS
>> login back end oracle db.and another customer using ADFS or OKTA  but this
>> should be configurable.
>>
>> 3) Is there any good example for CAS delegated authentication to ADFS?
>>
>>
>> Thanks
>> Rao
>>
>>
>>
>>
>>
>> --
> - 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/d402f20c-0a29-4390-afbc-
> 88129c5de98b%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/CAMY5micCPeLyaCH2vKAS1A-drvBC_Nr9SfX68hmxiu7fRDD9pA%40mail.gmail.com.


[cas-user] Upgrade CAS 3.5.2 to CAS 5.x

2018-01-12 Thread Mr Rao
Hi,

I would like to upgrade CAS from 3.5.2 to  latest 5.x version, 1) Is there 
any easy way or special instructions to upgrade it?

2) I also want to support multiple IDPs vendors  and use CAS as IDP  , this 
should be based on customer?  Do I need to customize login web flow to use 
different IDP based on customer?  This means one customer is using CAS 
login back end oracle db.and another customer using ADFS or OKTA  but this 
should be configurable.

3) Is there any good example for CAS delegated authentication to ADFS?  


Thanks
Rao





-- 
- 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/10add21f-323c-4222-baad-8bcb4722afc9%40apereo.org.