[
https://issues.apache.org/jira/browse/CLOUDSTACK-8457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625986#comment-14625986
]
ASF GitHub Bot commented on CLOUDSTACK-8457:
--------------------------------------------
GitHub user bhaisaab opened a pull request:
https://github.com/apache/cloudstack/pull/583
CLOUDSTACK-8457: SAML UI Dialog fixes to use local $form
This uses local selector to access the DOM elements, the previous commit
would find a global element which is not in the context and fail changing
the
element in the opened dialog.
Signed-off-by: Rohit Yadav <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shapeblue/cloudstack saml-dialog-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/583.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #583
----
commit 22f877ff15897acdb95c569726af573b28d88dc1
Author: Rohit Yadav <[email protected]>
Date: 2015-07-14T06:01:27Z
CLOUDSTACK-8457: SAML UI Dialog fixes to use local $form
This uses local selector to access the DOM elements, the previous commit
would find a global element which is not in the context and fail changing
the
element in the opened dialog.
Signed-off-by: Rohit Yadav <[email protected]>
----
> Make SAML plugin production grade
> ---------------------------------
>
> Key: CLOUDSTACK-8457
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8457
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: SAML
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
> Fix For: Future, 4.6.0, 4.5.2
>
>
> The current SAML plugin is not well tested with major IdPs used in production
> such as Shibboleth. It is also limited to using HTTP-redirect only and does
> not support HTTP-Post and other artifacts. Further, the security concerns are
> not well addressed, for example both authorization, creation of
> users/accounts (on first login) and authentication is done by the plugin
> which needs to be tested wrt security, addressed and improved.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)