CAS single sign on service support

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/3/2013 9:11:50 AM
Gravatar
Total Posts 27

CAS single sign on service support

Is it possible to put "CAS single sign on service support" to the future to-do-list? CAS (http://www.jasig.org/cas) is an open source project.

"CAS is an authentication system originally created by Yale University to provide a trusted way for an application to authenticate a user. CAS became a Jasig project in December 2004.

[View CAS Brochure] CAS provides enterprise single sign-on service:

An open and well-documented protocol
An open-source Java server component
A library of clients for Java, .Net, PHP, Perl, Apache, uPortal, and others
Integrates with uPortal, BlueSocket, TikiWiki, Mule, Liferay, Moodle and others
Community documentation and implementation support
An extensive community of adopters
"

 

 

6/3/2013 12:48:48 PM
Gravatar
Total Posts 18439

Re: CAS single sign on service support

I've logged this request in our project tracker but I do not expect this to become a priority any time soon if ever unless someone wants to fund the development to make it a priority.

6/5/2013 10:51:23 AM
Gravatar
Total Posts 27

Re: CAS single sign on service support

Tested this generic client - hook. It did not work. Mojo will not show the CAS login page, instead, goes to Mojo's login page.

https://wiki.jasig.org/display/CASC/.Net+Cas+Client

6/5/2013 11:26:27 AM
Gravatar
Total Posts 18439

Re: CAS single sign on service support

You could implement a custom login page but it must be located relative to the root of the site, you would plug it in by adding a user.config setting like this:

<add key="LoginPageRelativeUrl" value="/yourloginpage.aspx"/>

where the first / must represent the root of the installation of mojoPortal

​That setting will make the login link point to your url and should also make it redirect to your custom login page. However, the user must also exist in the mp_Users table or you will get errors after setting the auth cookie to log the user in.

You must sign in to post in the forums. This thread is closed to new posts.