Commit 795bcb8
committed
fix: strip trailing slash from resource URL in get_resource_url()
Pydantic v2 AnyHttpUrl adds a trailing slash to bare-domain URLs when
str() is called, causing audience mismatch with Entra ID v2.0 which
registers the resource without a trailing slash.
Fixes #25781 parent 161834d commit 795bcb8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments