We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4630366 + 8820c06 commit c3fdedaCopy full SHA for c3fdeda
1 file changed
docs/specification/spec.md
@@ -729,10 +729,17 @@ It evaluates the average strength of all security schemes using normative scores
729
**Formula:**
730
731
```text
732
-# auth_strength = average_strength_of_security_schemes
733
-auth_strength = safe_divide(sum(strength_scores), count(schemes))
+auth_strength = sum(strength_scores) / schemes_count
734
```
735
+
736
+Where:
737
738
+- `strength_scores` is the list of calculated scheme strengths
739
+- `schemes_count` is the number of defined schemes
740
741
742
743
The following table outlines the `auth_strength` scoring weights:
744
745
| Scheme Type | Description | Example | Strength | Rationale |
0 commit comments