Repository: cloudstack-docs-admin Updated Branches: refs/heads/master 5f12f87cd -> e2c05e5d0
accounts: add warning regarding saml plugin usage Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/commit/e2c05e5d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/tree/e2c05e5d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/diff/e2c05e5d Branch: refs/heads/master Commit: e2c05e5d04c54d370d4117ab3e0dd65684acae08 Parents: 5f12f87 Author: Rohit Yadav <[email protected]> Authored: Fri May 1 14:56:59 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Fri May 1 14:57:26 2015 +0200 ---------------------------------------------------------------------- source/accounts.rst | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/e2c05e5d/source/accounts.rst ---------------------------------------------------------------------- diff --git a/source/accounts.rst b/source/accounts.rst index 9c89212..63a2337 100644 --- a/source/accounts.rst +++ b/source/accounts.rst @@ -272,6 +272,10 @@ directly in cloudstack. Using a SAML 2.0 Identity Provider for User Authentication ---------------------------------------------------------- +NOTE: The SAML2 auth plugin introduced in Apache CloudStack 4.5, +should be considered experimental and has not been tested in production, therefore +may change in future breaking implementation and semantics compatibility. + You can use a SAML 2.0 Identity Provider with CloudStack for user authentication. This will require enabling the SAML 2.0 service provider plugin in CloudStack. On successful authentication, CloudStack will use the persistent
