* Jason Haar <
Jason...@trimble.com> [2013-06-25 12:31]:
> I'm too lazy to go and read all available RFCs/etc, so can others
> say if there is any hint SAML will standardize provisioning (ie auto
> creation of accounts within an SP) and deprovisioning (ie deleting
> of accounts within an SP) in the future?
OASIS security services (vulgo SAML) is independent from the OASIS
provisioning services (vulgo SPML) project. So no, SAML won't
standardize provisioning. Even now the SAML specs cover many things
which many chose not to implementat. Your own example of SAML SLO
clearly shows that standardization by OASIS is not the issue (it's
been done 8 years ago).
What's available and doable with SAML wrt provisiiooning and
deprovisioning has been written up by Mikael Linden back in 2008, and
much of this stil stands, IMHO:
https://www.terena.org/mail-archives/tf-emc2/msg00813.html
You could also ask Niels @ SURFnet what was the outcome of their
activities in this regard (further down that same thread).
> Every SP we've looked at has handled these differently: none support
> deprovisioning (I know it would be not trivial, but still), most
> seem to support auto-provisioning - except for Google Apps(!!), and
> none of the commercial SPs we've set up even support Single
> Logout. And shall I mention mobile apps (eg OAUTH). I get the
> feeling the Cloud providers only nail SAML onto the side of their
> apps in order to win major clients. Pretty depressing :-(
Much to agree on here.
Auto-provisioning (also called "Just-in-time" provisiioning) based on
SAML attributes is pretty standard. The opposite not so much
("Just-in-case" provisioning, i.e., OOB processes for batches of
subjects and groups and permissions and whatnot, irrespective of
whether any of those subjects ever access the service; necessary
e.g. when you want to assign permissions to subjects before they ever
log in). SAML can't really help here.
SPML and now SCIM deal with these things. (SCIM 2.0 is currently being
developed at within IETF WGs, see
http://datatracker.ietf.org/wg/scim/ )
-peter