[jboss-jira] [JBoss JIRA] Reopened: (JBID-206) Add JBossSTSLoginModule from JBossESB project
Daniel Bevenius (JIRA)
jira-events at lists.jboss.org
Sun Nov 1 05:14:05 EST 2009
[ https://jira.jboss.org/jira/browse/JBID-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Bevenius reopened JBID-206:
----------------------------------
Assignee: Daniel Bevenius
Reopening as I had not fully understood the validation process and the different ways that the STS token providers can be implemented.
I had previously had the username/credential for the STSValidatingLoginModule made available to the LM through the LM options only and not via callbacks or stacked passwords.
I'll add the same options to the all the LM which will be:
1. From LM options configuration.
2. From stacked password
3. From callback.
I'm think that I should move this into jboss-identity-fed-api as this would be something for users. This would mean that I only need to have a dependency on jboss-identity-fed-api from the ESB project.
> Add JBossSTSLoginModule from JBossESB project
> ---------------------------------------------
>
> Key: JBID-206
> URL: https://jira.jboss.org/jira/browse/JBID-206
> Project: JBoss Identity
> Issue Type: Task
> Components: Identity-Federation
> Reporter: Daniel Bevenius
> Assignee: Daniel Bevenius
> Priority: Minor
> Fix For: IDFED-1.0.0.beta3
>
>
> The JBossESB project created a JBossSTSLoginModule for their SAML integration which uses JBoss Identity.
> This LM (Login Module) will validate a security token provided by a callbackhandler and upon a successful validation add a new SamlCredential containing the validated assertion to the set of public credentials on the Subject.
> This task will add the following components:
> 1. STSIssuingLoginModule that can be used for issuing a security token from JBossSTS.
> 2. STSValidatingLoginModule that can be used for validating a security tokens from JBossSTS.
> 3. SamlCredential
> Identity userforum thead that is related to this task:
> http://www.jboss.org/index.html?module=bb&op=viewtopic&t=163045
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list