5 ms·
Classic use case: org want facilitate+centralize users management on owncloud+apache webdav+other oss app on external server (internet). I only saw AD used in i
by traxtech 12y ago
Classic use case: org want facilitate+centralize users management on owncloud+apache webdav+other oss app on external server (internet). I only saw AD used in intranets, if orgs would expose it on external servers (with/without VPN), then I'd better find an another idea.
- SEJeff 12y agoCapitalism has a way of weeding out bad ideas. I say go for it and see if there is interest. FYI for that use case, most companies (mine included) use SAML (http://en.wikipedia.org/wiki/Security_Assertion_Markup_Language http://en.wikipedia.org/wiki/Security_Assertion_Markup_Langu...) In specific, we use SAML to have our internal AAA LDAP infrastructure validate logins for a few cloud services such as workday and attask. Might be worth looking at saas (saml as a service :D) as well. Edit: This company does SSO with SAML 100% and they support pretty much all of the big apps you'd expect. http://www.onelogin.com/partners/partner-up/ http://www.onelogin.com/partners/partner-up/
- traxtech 12y agoI looked at SAML, it's a possible addition to the service. It may be touchy to integrate (opensaml-java), but definitely doable.