After my last post I thought I ought to write something about Single Sign On (SSO) – this post will cover a bit more than just SSO. I’ve done a lot of work with SSO but it’s one of those things you only visit periodically so it’s easy to forget things – also it’s harder […]
Category Archives: cas
Further adventures with CAS and Alfresco (and LDAP)
Like Alfresco in the cloud and myriad other systems we’ve decided to use the email address as the user name for logging in. This works fine until you want to allow the user to be able to change their email. The problem here is that Alfresco doesn’t support changing user names (I believe that it […]
CAS for Alfresco 4.2 on Ubuntu
Lots of confusion around on this subject so I’m going to attempt to distill some wisdom into this post and tweak it for Ubuntu 2 good blogs Nick with mod_auth_cas and Martin with CAS client and the Alfresco docs I’m not going to talk about setting up CAS here as this post is complex enough […]
CAS, OpenLDAP and groups
This is actually fairly straightforward if you know what you’re doing unfortunately it takes a while, for me at least, to get to that level of understanding. Probably the most important thing missing from the pages I’ve seen describing this is that you need to configure OpenLDAP first. OpenLDAP What you want is to enable […]
XForms (Orbeon), CAS and CMIS (Alfresco) – Part 1 – Authentication
I thought I’d write about my experience of using the Alfresco CMIS interface as a backend to a custom XForms application. There’s a natural fit here as the atom based syntax of CMIS fits very nicely with XForms however there are a few little wrinkles to work through. Authentication The first issue to decide on […]
Share CAS logout
Update – since surf 1.2 (at least) the Surf LogoutController understands the redirectURL request parameter (and redirectURLQueryKey, redirectURLQueryValue) which makes this all unnecessary – add the parameters to the end of the dologout call in the header – how depends on the version of Share – in share-config-custom.xml for the old style header – seeĀ […]
CAS, Alfresco and WebDAV
Having successfully configured Alfresco (and Share) to authenticate using CAS – it’s documented here The next challenge is to try and work out how to get this authentication working with webdav Update: One way to do this this is to bypass CAS and authenticate against the underlying CAS datastore directly by adding a new authentication […]