SWIM Supporting Material

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Requirement

Title

Security constraints

Identifier

SWIM-DEFN-160

Requirement

A service definition should include or refer to information about the security constraints which are expected to apply to accessing and using the service.

Rationale

The service provider should be aware of any security constraints to be implemented.

Verification

Completeness: Not Applicable.

Consistency: Not Applicable.

Correctness: If provided, verify that the information is correct.

Examples/Notes

Example:

  • authentication

    • The service may offer unauthenticated/public use.

    • If the use is authenticated, the service shall ensure consumer authentication in accordance with the EUROCONTROL Specification for SWIM Technical Infrastructure (TI) Yellow Profile through the use of a X.509 certificate or the use of a username/password (SASL).

    • The service shall ensure provider authentication in accordance with EUROCONTROL Specification for SWIM Technical Infrastructure (TI) Yellow Profile through the use of a X.509 certificate.

  • authorisation

    • The service shall ensure that satisfactory authorisation is put in place according to EUROCONTROL Specification for SWIM Technical Infrastructure (TI) Yellow Profile requirement SWIMTIYP-0070.

  • confidentiality

    • The service shall ensure point-to-point confidentiality in accordance with EUROCONTROL Specification for SWIM Technical Infrastructure (TI) Yellow Profile through the use of Transport Layer Security (TLS) 1.2 or above.

  • integrity

    • The service shall ensure point-to-point integrity in accordance with EUROCONTROL Specification for SWIM Technical Infrastructure (TI) Yellow Profile through the use of Transport Layer Security (TLS) 1.2 or above.

Level of
Implementation

Recommended

Guidance

Verification Support

Examples

  • No labels