We are trying to get ADFS to work with our instance of OM. See https://issues.apache.org/jira/projects/OPENMEETINGS/issues/OPENMEETINGS-2633 for the bug reported by one of our developers. I am getting successful token responses, but I need to know how to map OM attributes to claims from the response. Such as: c:[Type == " http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname", Issuer == "AD AUTHORITY"] => issue(store = "Active Directory", types = (" http://schemas.xmlsoap.org/claims/FirstName", " http://schemas.xmlsoap.org/claims/LastName", " http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress", " http://schemas.xmlsoap.org/claims/EmployeeID", " http://schemas.xmlsoap.org/claims/ManagerEmail", " http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier"), query = ";givenName,sn,mail,employeeID,managerEmail,sAMAccountName;{0}", param = c.Value);
Please help!