eclipse-ee4j / eclipse-ee4j/metro-wsit

Implement section 4.2 of WS-Trust specification: RequestSecurityToken collection

Open
#347 0 comments 0 reactions 0 assignees View on GitHub
Component: trust ERR: Assignee Priority: Minor Type: New Feature
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.