RE: [cas-user] CAS for SAAS applications

2015-09-29 Thread Misagh Moayyed
If you are saying "Customer X needs to go to CAS A, while Customer Y needs
to go to CAS B", that's something you have to take up with the SAAS
application. 

 

However, there are no multi-tenant CAS deployments that I am aware of [1].
Sounds like a pretty good use case for docker. 

 

[1] There is an issue tracking this feature, and might get resolved for
4.2. 

 

From: Mahantesh Prasad Katti [mailto:mahantesh.ka...@indecomm.net] 
Sent: Tuesday, September 29, 2015 9:48 PM
To: cas-user@lists.jasig.org
Subject: [cas-user] CAS for SAAS applications

 

Hi All,

 

I am exploring the option of enabling CAS for SAAS applications. is there
an option to specify multiple redirect urls [to cas servers ] in the SAAS
application based on customer profiles. How do CAS/J2EE servers enable
this? Have you solved this problem before?  If so I would appreciate some
pointers on the same. The customers are enterprise users that belong to a
particular organization.

 

 

Regards

Prasad

 
-- 
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: 
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] CAS for SAAS applications

2015-09-30 Thread Kate Gray
We’re working on a CAS-compatible server in PHP that does multi-tenancy.  

In the past, we put together a solution that would dynamically replace a few 
files, then build and deploy the WAR.  Along with dynamically configured LDAP 
trees, it’s doable. A pain, but it’s definitely doable.  I would second the 
docker suggestion.

From:  Misagh Moayyed
Reply-To:  
Date:  Tuesday, September 29, 2015 at 10:59 PM
To:  
Subject:  RE: [cas-user] CAS for SAAS applications

If you are saying “Customer X needs to go to CAS A, while Customer Y needs to 
go to CAS B”, that’s something you have to take up with the SAAS application. 

 

However, there are no multi-tenant CAS deployments that I am aware of [1]. 
Sounds like a pretty good use case for docker. 

 

[1] There is an issue tracking this feature, and might get resolved for 4.2. 

 

From: Mahantesh Prasad Katti [mailto:mahantesh.ka...@indecomm.net] 
Sent: Tuesday, September 29, 2015 9:48 PM
To: cas-user@lists.jasig.org
Subject: [cas-user] CAS for SAAS applications

 

Hi All,

 

I am exploring the option of enabling CAS for SAAS applications. is there an 
option to specify multiple redirect urls [to cas servers ] in the SAAS 
application based on customer profiles. How do CAS/J2EE servers enable this? 
Have you solved this problem before?  If so I would appreciate some pointers on 
the same. The customers are enterprise users that belong to a particular 
organization.

 

 

Regards

Prasad
 
-- 
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: katebe...@me.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] CAS for SAAS applications

2015-10-06 Thread Mahantesh Prasad Katti
Thanks. Can you please provide the link to the issue being tracked? Also this 
run time decision of whether I want to go to CAS A / CAS B, is done by the CAS 
client right? So if I read what you said correctly, release 4.2 clients will be 
built for such a scenario?

Regards
Prasad,

From: Misagh Moayyed [mailto:mmoay...@unicon.net]
Sent: Wednesday, September 30, 2015 11:30 AM
To: cas-user@lists.jasig.org
Subject: RE: [cas-user] CAS for SAAS applications

If you are saying "Customer X needs to go to CAS A, while Customer Y needs to 
go to CAS B", that's something you have to take up with the SAAS application.

However, there are no multi-tenant CAS deployments that I am aware of [1]. 
Sounds like a pretty good use case for docker.

[1] There is an issue tracking this feature, and might get resolved for 4.2.

From: Mahantesh Prasad Katti [mailto:mahantesh.ka...@indecomm.net]
Sent: Tuesday, September 29, 2015 9:48 PM
To: cas-user@lists.jasig.org
Subject: [cas-user] CAS for SAAS applications

Hi All,

I am exploring the option of enabling CAS for SAAS applications. is there an 
option to specify multiple redirect urls [to cas servers ] in the SAAS 
application based on customer profiles. How do CAS/J2EE servers enable this? 
Have you solved this problem before?  If so I would appreciate some pointers on 
the same. The customers are enterprise users that belong to a particular 
organization.


Regards
Prasad



--

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: 
mahantesh.ka...@indecomm.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] CAS for SAAS applications

2015-10-06 Thread Misagh Moayyed

> On Oct 6, 2015, at 5:15 AM, Mahantesh Prasad Katti 
>  wrote:
> 
> Also this run time decision of whether I want to go to CAS A / CAS B, is done 
> by the CAS client right?

Yes. It’s done by whatever component that decides the need for authentication.

> So if I read what you said correctly, release 4.2 clients will be built for 
> such a scenario? 

4.2 release is about the server; not the client. That said, I don’t know if 
this feature will go into 4.2 yet because it will impact core APIs which we 
can’t change for a minor release. The idea is that you get to select the 
authentication strategy on a per-service basis. 

>  
> Regards
> Prasad,
>  
> From: Misagh Moayyed [mailto:mmoay...@unicon.net 
> <mailto:mmoay...@unicon.net>] 
> Sent: Wednesday, September 30, 2015 11:30 AM
> To: cas-user@lists.jasig.org <mailto:cas-user@lists.jasig.org>
> Subject: RE: [cas-user] CAS for SAAS applications
>  
> If you are saying “Customer X needs to go to CAS A, while Customer Y needs to 
> go to CAS B”, that’s something you have to take up with the SAAS application.
>  
> However, there are no multi-tenant CAS deployments that I am aware of [1]. 
> Sounds like a pretty good use case for docker.
>  
> [1] There is an issue tracking this feature, and might get resolved for 4.2.
>  
> From: Mahantesh Prasad Katti [mailto:mahantesh.ka...@indecomm.net 
> <mailto:mahantesh.ka...@indecomm.net>] 
> Sent: Tuesday, September 29, 2015 9:48 PM
> To: cas-user@lists.jasig.org <mailto:cas-user@lists.jasig.org>
> Subject: [cas-user] CAS for SAAS applications
>  
> Hi All,
>  
> I am exploring the option of enabling CAS for SAAS applications. is there an 
> option to specify multiple redirect urls [to cas servers ] in the SAAS 
> application based on customer profiles. How do CAS/J2EE servers enable this? 
> Have you solved this problem before?  If so I would appreciate some pointers 
> on the same. The customers are enterprise users that belong to a particular 
> organization.
>  
>  
> Regards
> Prasad
>  
> -- 
> 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: mahantesh.ka...@indecomm.net 
> <mailto:mahantesh.ka...@indecomm.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: 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 as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user