Hi,

I'm not familiar with CMC's portal software.  However, if it uses Forms 
Authentication it should be straightforward to integrate without any code 
changes to their portal.  See here: 
https://wiki.jasig.org/display/CASC/.Net+Cas+Client

If their portal software doesn't use Forms Authentication but supports 
bypassing their authentication logic, you may still have some luck with this 
method: https://wiki.jasig.org/pages/viewpage.action?pageId=35389878

To see if whether or not they are using Forms Authentication, look inside 
web.config at the root of the application:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  ...
  <system.web>
    ...
    <authentication mode="Forms">
      <forms ...

-Scott


From: Faisal Memon [mailto:[email protected]]
Sent: Tuesday, August 23, 2011 1:08 AM
To: [email protected]
Cc: Angel Nieves
Subject: [cas-user] Casifying .net application

Hello Everyone,
  We are implementing Moodle for one of our clients and they have a need for 
SSO  from student portal to moodle. Their current student portal is provided by 
CMC and is built on .net. I would like to know if we casify their portal, will 
it also impact the process of student logging in to portal. Students are 
authenticated to portal database running on Ms SQL 2008 r2.

tHANKS

--
You are currently subscribed to 
[email protected]<mailto:[email protected]> as: 
[email protected]<mailto:[email protected]>
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to