Commit 3a73524
committed
fix: resolve RFC 7643 inconsistency in ServiceProviderConfig authenticationSchemes schema
RFC 7643 contains a documented inconsistency between the ServiceProviderConfig
schema definition (section 8.7.2) and the example data (section 8.5):
- Schema definition only specifies 4 sub-attributes for authenticationSchemes:
name, description, specUri, documentationUri
- Example data contains additional attributes: type, primary
This inconsistency is acknowledged in RFC Errata ID 7921, where the schema
definition is incomplete compared to the actual usage patterns shown in
examples and implementations.1 parent 895dc3d commit 3a73524
File tree
1 file changed
+29
-0
lines changed- samples
1 file changed
+29
-0
lines changedLines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
180 | 198 | | |
181 | 199 | | |
182 | 200 | | |
| |||
226 | 244 | | |
227 | 245 | | |
228 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
229 | 258 | | |
230 | 259 | | |
231 | 260 | | |
| |||
0 commit comments