[cas-user] Backporting of the cas-server-support-rest project for CAS 4.0.x (current stable version)

2015-07-27 Thread Andrea Ciapetti
Hi CAS De​velopers,

I'm currently implementing a project in which CAS Server is integrated with
Spring Security Oauth2 to provide authentication and authorization over a
set of REST Services. I'm currently using a customized overlay based on CAS
Server 4.0.1.

For logging in REST Clients I have planned to use the REST API endpoints
(/v1/tickets), but I'm facing the same issue described in
https://github.com/Jasig/cas/issues/886.

I know that in the current trunk a new version of the endpoints, written
with Spring REST Template (instead of Restlet), have been implemented and
is available. So my question is: is there any plans to make a back-port of
the new endpoint APIs for CAS 4.0.x (current stable version)?

I have also tried to perform the backporting of the Tickets Service class
myself, but I have some issues, probably related to the new version of
Spring used.

I think it can be very useful for several users, that use the current
stable version.

Thanks a lot.

-Andrea

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

RE: [cas-user] Backporting of the cas-server-support-rest project for CAS 4.0.x (current stable version)

2015-07-27 Thread Misagh Moayyed
I don’t think there are any plans to backport that module over to 4.0.x. 
Other possible options would be to remove the CAS filter from your web.xml 
file that Restlet does not like, or  investigate to see if future Restlet 
versions have made a fix available that allows the restlet module to work 
with additional filters in the chain.



Also, you may want to try to post to @cas-dev as well as this really seems 
like a question for that list/group.



From: Andrea Ciapetti [mailto:andrea.ciape...@gmail.com]
Sent: Monday, July 27, 2015 5:09 AM
To: cas-user@lists.jasig.org
Subject: [cas-user] Backporting of the cas-server-support-rest project for 
CAS 4.0.x (current stable version)



Hi CAS De​velopers,

I'm currently implementing a project in which CAS Server is integrated with 
Spring Security Oauth2 to provide authentication and authorization over a 
set of REST Services. I'm currently using a customized overlay based on CAS 
Server 4.0.1.

For logging in REST Clients I have planned to use the REST API endpoints 
(/v1/tickets), but I'm facing the same issue described in 
https://github.com/Jasig/cas/issues/886.

I know that in the current trunk a new version of the endpoints, written 
with Spring REST Template (instead of Restlet), have been implemented and is 
available. So my question is: is there any plans to make a back-port of the 
new endpoint APIs for CAS 4.0.x (current stable version)?

I have also tried to perform the backporting of the Tickets Service class 
myself, but I have some issues, probably related to the new version of 
Spring used.

I think it can be very useful for several users, that use the current stable 
version.

Thanks a lot.

-Andrea


-- 
You are currently subscribed to cas-user@lists.jasig.org 
<mailto:cas-user@lists.jasig.org>  as: mmoay...@unicon.net 
<mailto:mmoay...@unicon.net>
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user


Re: [cas-user] Backporting of the cas-server-support-rest project for CAS 4.0.x (current stable version)

2015-07-27 Thread Andrea Ciapetti
Thank you for your answer.
I'm currently not subscribed to the cas-dev mailing list, but I'll follow
your suggestion if I will not succeed in backporting the functionality
myself.

Best Andrea


2015-07-27 16:15 GMT+02:00 Misagh Moayyed :

> I don’t think there are any plans to backport that module over to 4.0.x.
> Other possible options would be to remove the CAS filter from your web.xml
> file that Restlet does not like, or  investigate to see if future Restlet
> versions have made a fix available that allows the restlet module to work
> with additional filters in the chain.
>
>
>
> Also, you may want to try to post to @cas-dev as well as this really seems
> like a question for that list/group.
>
>
>
> *From:* Andrea Ciapetti [mailto:andrea.ciape...@gmail.com]
> *Sent:* Monday, July 27, 2015 5:09 AM
> *To:* cas-user@lists.jasig.org
> *Subject:* [cas-user] Backporting of the cas-server-support-rest project
> for CAS 4.0.x (current stable version)
>
>
>
> Hi CAS De​velopers,
>
> I'm currently implementing a project in which CAS Server is integrated
> with Spring Security Oauth2 to provide authentication and authorization
> over a set of REST Services. I'm currently using a customized overlay based
> on CAS Server 4.0.1.
>
> For logging in REST Clients I have planned to use the REST API endpoints
> (/v1/tickets), but I'm facing the same issue described in
> https://github.com/Jasig/cas/issues/886.
>
> I know that in the current trunk a new version of the endpoints, written
> with Spring REST Template (instead of Restlet), have been implemented and
> is available. So my question is: is there any plans to make a back-port of
> the new endpoint APIs for CAS 4.0.x (current stable version)?
>
> I have also tried to perform the backporting of the Tickets Service class
> myself, but I have some issues, probably related to the new version of
> Spring used.
>
> I think it can be very useful for several users, that use the current
> stable version.
>
> Thanks a lot.
>
> -Andrea
>
>
>
> --
>
> You are currently subscribed to cas-user@lists.jasig.org as: 
> mmoay...@unicon.net
>
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
> --
> You are currently subscribed to cas-user@lists.jasig.org as: 
> andrea.ciape...@gmail.com
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Re: [cas-user] Backporting of the cas-server-support-rest project for CAS 4.0.x (current stable version)

2015-07-27 Thread Dmitriy Kopylenko
FWIW, there is an existing addon for CAS 3.5 (which works with the older Spring 
versions that CAS depends on): 
https://github.com/unicon-cas-addons/cas35-addon-rest 
<https://github.com/unicon-cas-addons/cas35-addon-rest>

May be you could take the inspiration form it, or even fork it and make the 
addon work with CAS 4.0.x.

Cheers,
D.

> On Jul 27, 2015, at 10:37 AM, Andrea Ciapetti  
> wrote:
> 
> Thank you for your answer.
> I'm currently not subscribed to the cas-dev mailing list, but I'll follow 
> your suggestion if I will not succeed in backporting the functionality myself.
> 
> Best Andrea
> 
> 
> 2015-07-27 16:15 GMT+02:00 Misagh Moayyed  <mailto:mmoay...@unicon.net>>:
> I don’t think there are any plans to backport that module over to 4.0.x. 
> Other possible options would be to remove the CAS filter from your web.xml 
> file that Restlet does not like, or  investigate to see if future Restlet 
> versions have made a fix available that allows the restlet module to work 
> with additional filters in the chain.
> 
>  
> 
> Also, you may want to try to post to @cas-dev as well as this really seems 
> like a question for that list/group.
> 
>  
> 
> From: Andrea Ciapetti [mailto:andrea.ciape...@gmail.com 
> <mailto:andrea.ciape...@gmail.com>] 
> Sent: Monday, July 27, 2015 5:09 AM
> To: cas-user@lists.jasig.org <mailto:cas-user@lists.jasig.org>
> Subject: [cas-user] Backporting of the cas-server-support-rest project for 
> CAS 4.0.x (current stable version)
> 
>  
> 
> Hi CAS De​velopers,
> 
> I'm currently implementing a project in which CAS Server is integrated with 
> Spring Security Oauth2 to provide authentication and authorization over a set 
> of REST Services. I'm currently using a customized overlay based on CAS 
> Server 4.0.1.
> 
> For logging in REST Clients I have planned to use the REST API endpoints 
> (/v1/tickets), but I'm facing the same issue described in 
> https://github.com/Jasig/cas/issues/886 
> <https://github.com/Jasig/cas/issues/886>.
> 
> I know that in the current trunk a new version of the endpoints, written with 
> Spring REST Template (instead of Restlet), have been implemented and is 
> available. So my question is: is there any plans to make a back-port of the 
> new endpoint APIs for CAS 4.0.x (current stable version)?
> 
> I have also tried to perform the backporting of the Tickets Service class 
> myself, but I have some issues, probably related to the new version of Spring 
> used.
> 
> I think it can be very useful for several users, that use the current stable 
> version.
> 
> Thanks a lot.
> 
> -Andrea
> 
>  
> -- 
> You are currently subscribed to cas-user@lists.jasig.org 
> <mailto:cas-user@lists.jasig.org> as: mmoay...@unicon.net 
> <mailto:mmoay...@unicon.net>
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user 
> <http://www.ja-sig.org/wiki/display/JSG/cas-user>
> -- 
> You are currently subscribed to cas-user@lists.jasig.org 
> <mailto:cas-user@lists.jasig.org> as: andrea.ciape...@gmail.com 
> <mailto:andrea.ciape...@gmail.com>
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user 
> <http://www.ja-sig.org/wiki/display/JSG/cas-user>
> -- 
> You are currently subscribed to cas-user@lists.jasig.org as: 
> dkopyle...@unicon.net
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user


-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Re: [cas-user] Backporting of the cas-server-support-rest project for CAS 4.0.x (current stable version)

2015-07-27 Thread Andrea Ciapetti
Thanks a lot, Dmitry.
It seems very similar to the current version in trunk, but if it can works
on
CAS 3.5 I should be able to adapt also to the 4.0.x version.

Best Andrea

2015-07-27 16:43 GMT+02:00 Dmitriy Kopylenko :

> FWIW, there is an existing addon for CAS 3.5 (which works with the older
> Spring versions that CAS depends on):
> https://github.com/unicon-cas-addons/cas35-addon-rest
>
> May be you could take the inspiration form it, or even fork it and make
> the addon work with CAS 4.0.x.
>
> Cheers,
> D.
>
> On Jul 27, 2015, at 10:37 AM, Andrea Ciapetti 
> wrote:
>
> Thank you for your answer.
> I'm currently not subscribed to the cas-dev mailing list, but I'll follow
> your suggestion if I will not succeed in backporting the functionality
> myself.
>
> Best Andrea
>
>
> 2015-07-27 16:15 GMT+02:00 Misagh Moayyed :
>
>> I don’t think there are any plans to backport that module over to 4.0.x.
>> Other possible options would be to remove the CAS filter from your web.xml
>> file that Restlet does not like, or  investigate to see if future Restlet
>> versions have made a fix available that allows the restlet module to work
>> with additional filters in the chain.
>>
>>
>>
>> Also, you may want to try to post to @cas-dev as well as this really
>> seems like a question for that list/group.
>>
>>
>>
>> *From:* Andrea Ciapetti [mailto:andrea.ciape...@gmail.com]
>> *Sent:* Monday, July 27, 2015 5:09 AM
>> *To:* cas-user@lists.jasig.org
>> *Subject:* [cas-user] Backporting of the cas-server-support-rest project
>> for CAS 4.0.x (current stable version)
>>
>>
>>
>> Hi CAS De​velopers,
>>
>> I'm currently implementing a project in which CAS Server is integrated
>> with Spring Security Oauth2 to provide authentication and authorization
>> over a set of REST Services. I'm currently using a customized overlay based
>> on CAS Server 4.0.1.
>>
>> For logging in REST Clients I have planned to use the REST API endpoints
>> (/v1/tickets), but I'm facing the same issue described in
>> https://github.com/Jasig/cas/issues/886.
>>
>> I know that in the current trunk a new version of the endpoints, written
>> with Spring REST Template (instead of Restlet), have been implemented and
>> is available. So my question is: is there any plans to make a back-port of
>> the new endpoint APIs for CAS 4.0.x (current stable version)?
>>
>> I have also tried to perform the backporting of the Tickets Service class
>> myself, but I have some issues, probably related to the new version of
>> Spring used.
>>
>> I think it can be very useful for several users, that use the current
>> stable version.
>>
>> Thanks a lot.
>>
>> -Andrea
>>
>>
>>
>> --
>>
>> You are currently subscribed to cas-user@lists.jasig.org as: 
>> mmoay...@unicon.net
>>
>> To unsubscribe, change settings or access archives, see 
>> http://www.ja-sig.org/wiki/display/JSG/cas-user
>>
>> --
>> You are currently subscribed to cas-user@lists.jasig.org as: 
>> andrea.ciape...@gmail.com
>> To unsubscribe, change settings or access archives, see 
>> http://www.ja-sig.org/wiki/display/JSG/cas-user
>>
>>
> --
> You are currently subscribed to cas-user@lists.jasig.org as: 
> dkopyle...@unicon.net
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>
> --
> You are currently subscribed to cas-user@lists.jasig.org as: 
> andrea.ciape...@gmail.com
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user