pytm
pytm copied to clipboard
AA03 - is every implementsAuthenticationScheme an SSO scheme?
"AA03": { "description": "Weakness in SSO Authorization", "source": (Process, Element), "target": (Process, Server), "condition": "target.implementsAuthenticationScheme is False", },
What if the Process implements BasicAuth or uses mutual TLS (neither of which is SSO)? If the Process uses SAML or OAuth, then maybe. Maybe authenticationScheme as a string var is necessary?