Skip to content

Commit 16d4537

Browse files
authored
Merge pull request #188 from jcmelati/fix-naming-constraints-example
fix: naming constraints example
2 parents 6389bb8 + 1f9d6b7 commit 16d4537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openid-federation-1_0.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3136,10 +3136,10 @@
31363136
"max_path_length": 2,
31373137
"naming_constraints": {
31383138
"permitted": [
3139-
"https://.example.com"
3139+
".example.com"
31403140
],
31413141
"excluded": [
3142-
"https://east.example.com"
3142+
"east.example.com"
31433143
]
31443144
},
31453145
"allowed_entity_types": [

0 commit comments

Comments
 (0)