eclipse-ee4j / eclipse-ee4j/metro-wsit
Implement section 4.2 of WS-Trust specification: RequestSecurityToken collection
- Dominant language
- Java
- Stars
- 6
- Forks
- 21
- Avg merge
- 10h 2m
- Merged PRs (30d)
- 1
Description
I have a need to issue multiple tokens in a single request (a question of the poor performance of multiple interactions over a WAN).
Currently the implementation of BaseSTSImpl assumes only a RequestSecurityToken element in the body of the message. I would like this to be extended to support RequestSecurityTokenCollection.
#### Affected Versions
[2.1]
Source: [https://github.com/javaee/metro-wsit/issues/1563](https://github.com/javaee/metro-wsit/issues/1563)
Author: glassfishrobot
Contributor guide
Research direction
Start by reading BaseSTSImpl and the existing handling of a single RequestSecurityToken element. Trace how the WS-Trust request body is parsed and how one token response is produced; done means a RequestSecurityTokenCollection can issue multiple tokens in one request while preserving existing single-request behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100