[cas-user] Query regarding SOAP and RESTful services

2013-08-07 Thread Farzan Qureshi
Dear Community, Just a quick question. I am taking a course Service Oriented Architecture and I have to build a project based on SOA. We have been taught SOAP Services and RESTful. I wonder if you can point me in right direction to what kind of project I can undertake? I am sorry I am using this

Re: [cas-user] Multiple search base for LDAP

2013-08-06 Thread Farzan Qureshi
Thanks David. I will give it a go. Kind regards, Farzan On 7 August 2013 09:33, David Hawes wrote: > On Tue, Aug 6, 2013 at 5:15 PM, Farzan Qureshi > wrote: > > Hi David, > > > > No I haven't tried it. Would you please give me an example and I will > make

Re: [cas-user] Multiple search base for LDAP

2013-08-06 Thread Farzan Qureshi
Hi David, No I haven't tried it. Would you please give me an example and I will make changes accordingly. I don't want to break my CAS server as it is in production :) Thanks. Farzan On 7 August 2013 09:12, David Hawes wrote: > On Thu, Aug 1, 2013 at 8:51 PM, Farzan Qur

Re: [cas-user] Multiple search base for LDAP

2013-08-01 Thread Farzan Qureshi
efine two handlers. The latter configuration is > probably simpler to configure. > > ** ** > > *From:* Farzan Qureshi [mailto:fqure...@rosmini.school.nz] > *Sent:* Thursday, August 1, 2013 2:21 PM > *To:* cas-user@lists.jasig.org > *Subject:* Re: [cas-us

Re: [cas-user] Multiple search base for LDAP

2013-08-01 Thread Farzan Qureshi
ute value for uses > in those OUs, then the only alternative would be to define two > separate handlers per the suggestion made earlier. > > M > > -- > You are currently subscribed to cas-user@lists.jasig.org as: > fqure...@rosmini.school.nz > To unsubscribe, change settin

Re: [cas-user] Multiple search base for LDAP

2013-08-01 Thread Farzan Qureshi
Thanks for your reply. How I can do a subtree searches? Yes descendent is same but I want to limit search to only to two user OUs that is Staff and Students. Any examples?? Thanks Farzan Qureshi -- Rosmini College Network Administrator & Helpdesk support On 2/08/2013 5:2

[cas-user] Multiple search base for LDAP

2013-07-31 Thread Farzan Qureshi
? p:searchBase="ou=students,dc=example,dc=com" ??? p:searchBase="ou=staff,dc=example,dc=com" ??? Thanks in anticipation. Kind regards, -- *Farzan Qureshi* | Network Administrator & Help-desk Support | Rosmini College | (09) 487 0 530 -- This email and any files

RE: [cas-user] CAS upgrade to 3.5.2

2013-03-25 Thread Farzan Qureshi
Thanks I will look at it now. Kind regards, Farzan Qureshi -- Rosmini College Network Administrator & Helpdesk support On 26/03/2013 8:28 AM, "Mosior, Benjamin" wrote: > A Google search for “upgrading CAS” led me to this page of the CAS > do

[cas-user] CAS upgrade to 3.5.2

2013-03-25 Thread Farzan Qureshi
Hi, Are there any instructions to upgrade CAS from version 3.5.1 to 3.5.2? Thanks Farzan -- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please no

RE: [cas-user] Dotnet client integration

2013-03-04 Thread Farzan Qureshi
Hi Scott and Misagh, Thanks for your valuable input. I will refer to the example and will see how it can be done. Thanks for your help. Farzan Qureshi -- Rosmini College Network Administrator & Helpdesk support On 5/03/2013 5:44 AM, "Misagh Moayyed" wrote: >

[cas-user] Dotnet client integration

2013-03-02 Thread Farzan Qureshi
Hi, I am trying to casify a .Net application. I am redirected to login page. I log in and can see in logs that I get authenticated and CAS provide the username to the .Net application. But in my .Net application it keeps redirecting to CAS login and CAS on the other hand create serviceValidate tok

Re: [cas-user] CAS LOGOUT

2013-01-16 Thread Farzan Qureshi
ut is explained from specification side. > > You can have a look into it on > https://docs.google.com/document/d/1l0o60mLfXF4bkQdwRSH4i6P-IJQki3-v-zyoOAjxDd4/edit > > Am 17.01.2013 um 08:14 schrieb Farzan Qureshi >: > > Hi, > > Thanks for your reply. I am using moodle

Re: [cas-user] CAS LOGOUT

2013-01-16 Thread Farzan Qureshi
rl you should use "service" parameter > instead of url. I'd say there's a similar question a couple of days ago. > > 2013/1/17 Farzan Qureshi > >> Hi, >> >> Under cas.properties I have set cas.logout.followServiceRedirects=true >> but still af

[cas-user] CAS LOGOUT

2013-01-16 Thread Farzan Qureshi
Hi, Under cas.properties I have set cas.logout.followServiceRedirects=true but still after logging out from a service it sits on logout screen of cas and does not redirect back to application though in url I can see there is ?url=encoded url Any ideas? Farzan -- This email and any files transm

Re: [cas-user] CAS and IDP solution

2013-01-11 Thread Farzan Qureshi
Hi Andy, Can you help me in configuring Shibboleth idp? It looks like a nightmare to me when I started to read how to configure shibboleth... Actually I am confused how to configure shibboleth and which feature of it to make it work with my cas and with running applications at my org. Farzan

Re: [cas-user] CAS and IDP solution

2013-01-09 Thread Farzan Qureshi
asshib/ > > ** ** > > Todd Dergenski > > Old Dominion University > > Senior Security Administrator > > 4700 Elkhorn Ave - Room 4300 > > Norfolk, Va, 23529 USA > > ** ** > > (757) 683-4301 > > tderg...@odu.edu > >

Re: [cas-user] CAS and IDP solution

2013-01-09 Thread Farzan Qureshi
ing piece isn't too bad. Here's my favorite > solution: > > https://github.com/Unicon/shib-cas-authenticator > > I thought this presentation was pretty good: > > https://wiki.jasig.org/x/AxMoAw > > Hope that helps, > > Andrew > > > > > On W

Re:[cas-user] CAS and IDP solution

2013-01-09 Thread Farzan Qureshi
numerous adopters. > Kind regards, > Andrew > > > On Tue, Jan 8, 2013 at 4:18 PM, Farzan Qureshi wrote: >> >> Hi, >> >> We are running an application. The vendor of the application is asking us to send an idp metadata file so that they can generate saml respo

Re: [cas-user] CAS and IDP solution

2013-01-08 Thread Farzan Qureshi
Thanks Bill. I will look into it. Kind regards, Farzan On 9 January 2013 10:54, William G. Thompson, Jr. wrote: > On Tue, Jan 8, 2013 at 4:18 PM, Farzan Qureshi > wrote: > > Hi, > > > > We are running an application. The vendor of the application is asking > us

[cas-user] CAS and IDP solution

2013-01-08 Thread Farzan Qureshi
Hi, We are running an application. The vendor of the application is asking us to send an idp metadata file so that they can generate saml response and enable SSO functionality in the app. May I know how I should go about this? We have casified several applications but haven't gone through this ste

RE: [cas-user] CAS 3.5.1: Having trouble with Sign-Out

2012-12-27 Thread Farzan Qureshi
Hi Eric, I confirm that I am also facing the same issue. It looks like that when we log out it does not destroy the cookie/session under the browser though it is destroyed on CAS. I can access the resource without authenticating again on the same browser window. Or in case I close the browser and

Re: [cas-user] DOT NET Client Integration

2012-12-13 Thread Farzan Qureshi
smini.school.nz > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- *Farzan Qureshi* | Network Administrator & Help-desk Support | Rosmini College | (09) 487 0 530 -- This email and any files transmitted with it are con

Re: [cas-user] HTTP status 404

2012-12-13 Thread Farzan Qureshi
0109 - 33405 Talence cedex > > Tel : 33 (0) 5.57.35.11.43 > > Mel : *guillaume.depi...@bordeaux.archi.fr* > > Web : http://www.bordeaux.archi.fr > > ___ > > ** ** > > ** ** > > ** ** > > *De :* Farzan Qureshi [mailto:fqure...@rosmini.school.nz] > *Env

RE: [cas-user] HTTP status 404

2012-12-12 Thread Farzan Qureshi
Also pom.xml plz. On Dec 13, 2012 7:52 AM, "Farzan Qureshi" wrote: > Can you attach your deployerConfigContext.xml for further investigation? > On Dec 13, 2012 12:41 AM, "Guillaume Dépinay" < > guillaume.depi...@bordeaux.archi.fr> wrote: > >>

RE: [cas-user] HTTP status 404

2012-12-12 Thread Farzan Qureshi
s, it was the last stable > version. > > Also, I followed a tutorial with this one so I thought it ‘ll be better to > keep the same version. > > ** ** > > ** ** > > Thanks again for help. > > Good day > > ** ** > > ** ** > > De : Farzan Qureshi [mailt

Re: [cas-user] DOT NET Client Integration

2012-12-11 Thread Farzan Qureshi
ificate (https:// must) > > 3). DotNetCasClient.dll should required in bin. > > 4). In web config below configuration required -- *Farzan Qureshi* | Network Administrator & Help-desk Support | Rosmini College | (09) 487 0 530 -- This email and any files transmitted with it are

RE: [cas-user] DOT NET Client Integration

2012-12-11 Thread Farzan Qureshi
I have tested on all three browsers and result is same. I get the login screen from CAS that is my request is intercepted as desired. But there is no return url provided to CAS thus after authentication it sits there. I am not using self signed certificates. Farzan Qureshi

Re: [cas-user] DOT NET Client Integration

2012-12-11 Thread Farzan Qureshi
Hi Marvin, Thanks for your help. I will enable the logs and get back to you. Farzan Qureshi -- Rosmini College Network Administrator & Helpdesk support On Dec 12, 2012 12:39 AM, "Marvin Addison" wrote: > > When I access the resource I am presented wi

Re: [cas-user] HTTP status 404

2012-12-11 Thread Farzan Qureshi
my CAS few days ago with my ldap. Let us know if you need further help. I followed instructions on following link https://wiki.jasig.org/display/CASU/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method Farzan Qureshi -- Rosmini College Network Administrator

[cas-user] DOT NET Client Integration

2012-12-10 Thread Farzan Qureshi
n but I am struggling to make .net client work and I am stuck. I request you all to kindly respond if you have successfully integrated .net client at your organization. Your help will be appreciated. Thanks. Farzan Qureshi -- Rosmini College Network Administrator & Helpdesk support

[cas-user] .NET CLIENT integration

2012-12-09 Thread Farzan Qureshi
Hi, Has anyone of you successfully integrated .net client within your app running on IIS 6? Kind regards, Farzan -- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this

[cas-user] .NET CAS client integration

2012-12-07 Thread Farzan Qureshi
something wrong. Please help me on this. -- *Farzan Qureshi* | Network Administrator & Help-desk Support -- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in

[cas-user] getparameter on login page

2012-12-06 Thread Farzan Qureshi
o get these parameters until user is authenticated and then forward it to another service which has to deal with these parameters? Kindly advise. -- *Farzan Qureshi* | Network Administrator & Help-desk Support -- This email and any files transmitted with it are confidential and intended

Re: [cas-user] Redirection on successful login

2012-12-05 Thread Farzan Qureshi
ate a class inheriting form ViewSelector where you implement > all your logic : > - get the "redirect" parameter from request > - if not null, check if it's an authorized service > - if so, return a RedirectView to this "redirect" url > - else call the

Re: [cas-user] Redirection on successful login

2012-12-04 Thread Farzan Qureshi
k office. > > Best regards, > Jérôme > > -- > You are currently subscribed to cas-user@lists.jasig.org as: > fqure...@rosmini.school.nz > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- *Farzan Qure

Re: [cas-user] Redirection on successful login

2012-12-04 Thread Farzan Qureshi
Hi Jleleu, May I request you an example to this? If you can provide please? Also, if you can guide me about this in your email "you must check that the redirection url is authorized, a good way to do that is to check that it matches a service defined in back office." On 4 December 2012 22:54, jl

Re: [cas-user] Redirection on successful login

2012-12-04 Thread Farzan Qureshi
Ok :-) Farzan Qureshi -- Rosmini College Network Administrator & Helpdesk support Sent from my SIII On Dec 4, 2012 11:27 PM, "Modi Tamam" wrote: > Than, check out jleleu's answer (I'm not familiar with it but it seams to > be the answer). > &g

Re: [cas-user] Redirection on successful login

2012-12-04 Thread Farzan Qureshi
CAS server on successful authentication. Farzan Qureshi -- Rosmini College Network Administrator & Helpdesk support Sent from my SIII On Dec 4, 2012 11:15 PM, "Modi Tamam" wrote: > Who do you want to do the redirect? the cas-server or the client >

Re:[cas-user] Redirection on successful login

2012-12-04 Thread Farzan Qureshi
Thanks. I will look into it. Farzan Qureshi -- Rosmini College Network Administrator & Helpdesk support Sent from my SIII On Dec 4, 2012 11:11 PM, "jleleu" wrote: > OK. I think it would be better to fix this problem on client side. > > Though, if you ca

Re:[cas-user] Redirection on successful login

2012-12-04 Thread Farzan Qureshi
Actually the device which is forwarding the user to the cas login is not forwarding a link along through which CAS can return/redirect after successful login. That is the reason after authentication the user sits at "/" and this I want to change. Any ideas? Farz

[cas-user] Redirection on successful login

2012-12-03 Thread Farzan Qureshi
anticipation. Kind regards, -- *Farzan Qureshi* | Network Administrator & Help-desk Support | -- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please no

[cas-user] CAS with Wireless Controller integration

2012-12-03 Thread Farzan Qureshi
rk. I have already integrated CAS with google APPs and have no issues with it. After authentication a user is redirected to the google app services. But in this wireless controller scenario it sits there after successful authentication. Any help will be much appreciated. Thanks. -- *Farzan Qu

Re: [cas-user] CAS integrated within APPS running on IIS

2012-11-24 Thread Farzan Qureshi
Thanks. I will see what can be done. I will get back to you in case I need further guidance. Thanks again. Farzan Qureshi -- Rosmini College Network Administrator & Helpdesk support Sent from my SIII On Nov 25, 2012 2:55 AM, "Marvin Addison" wrote: &g

[cas-user] CAS integrated within APPS running on IIS

2012-11-22 Thread Farzan Qureshi
Hi, Is there any possibility to integrate the apps running on MS IIS ? How it can be done or are there any work arounds? Thanks. -- *Farzan Qureshi* | Network Administrator & Help-desk Support | Rosmini College | (09) 487 0 530 -- This email and any files transmitted with it

Re: [cas-user] CAS is working but need some guidance for ticket granting

2012-11-22 Thread Farzan Qureshi
cribe, 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: > fqure...@rosmini.school.nz > To unsubscribe, change settings or access archives, see > http://www.ja-

[cas-user] CAS is working but need some guidance for ticket granting

2012-11-22 Thread Farzan Qureshi
Hi All, I have configured CAS and it is all good. Casified some of our apps and works very well. However when I see in the logs I get the following: WHAT: ST-153-WSsr53tGHfvzWdBWQXDV-cas01.*example.org* for https://www.google.com/a/myorg.co.nz/acs ACTION: SERVICE_TICKET_CREATED APPLICATION: CAS W

Re: [cas-user] User Attributes from LDAP

2012-11-21 Thread Farzan Qureshi
lver] for >> property 'credentialsToPrincipalResolvers[1]': no matching editors or >> conversion strategy found >> > > This is likely caused by a Spring wiring problem. Post your > deployerConfigContext.xml and we'll try to help troubleshoot. > > M &g

Re: [cas-user] Issue with CAS attributeRepository

2012-11-20 Thread Farzan Qureshi
o enable arrangements to be made for the destruction of the > transmission, or its return at our cost. No liability is accepted for any > unauthorised use of the information contained in this transmission. > > -- > You are currently subscribed to cas-user@lists.jasig.org as: > fqure