cloudtrust / keycloak-wsfed

WS-Federation implementation for keycloak
GNU Affero General Public License v3.0
37 stars 30 forks source link

Define and implement security tests for WS-FED based on the protocol #14

Open AlistairDoswald opened 6 years ago

AlistairDoswald commented 6 years ago

The WS-Fed module is currently functional, but no tests exist to ensure that the code is secure. The Section 16 of the Ws-Fed protocol describes the security considerations for the protocol.

The keycloak-wsfed code must be reviewed to ensure that those security concerns are met. In addition, other security concerns are raised throughout the document. These must also be considered and verified against the existing code.

All security considerations should also, if applicable, be formulated in forms of tests that can be unit or functionally tested.