3

As far as I know, SOAP services have security standards recognized by OASIS and W3C, such as:

  • XML-Encryption
  • XML-Signature
  • SAML

Are there any security standards for RESTful services?

Adi
  • 43,808
  • 16
  • 135
  • 167
Hybrid24a
  • 41
  • 1
  • 1
  • 3
  • 1
    Depends on whose recommendations you'd want to adhere to, but yes, [even NSA has some](http://www.nsa.gov/ia/_files/support/guidelines_implementation_rest.pdf) (PDF). There's even such chapters as _Guidance for using HEAD_ and _Consideration for use of SOAP_ :D – TildalWave Mar 24 '14 at 00:22

2 Answers2

2

OWASP has some very good guidelines concerning the security of REST services.

Michael
  • 5,393
  • 2
  • 32
  • 57
  • The link is down. Maybe this: https://cheatsheetseries.owasp.org/cheatsheets/REST_Security_Cheat_Sheet.html – bomben May 11 '20 at 07:09
0

In addition to the mentioned documents, these standards may be of your interest:

Juraj
  • 96
  • 5