Skip to content

Commit 2769b7f

Browse files
committed
Leave Issuer As String - Documentation
Update documentation that indicated the iss claim is proactively coerced into a URL. Issue: gh-6073
1 parent 19649db commit 2769b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/preface/java-configuration.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ By default, `MappedJwtClaimSetConverter` will attempt to coerce claims into the
796796
| `aud` | `Collection<String>`
797797
| `exp` | `Instant`
798798
| `iat` | `Instant`
799-
| `iss` | `URL`
799+
| `iss` | `String`
800800
| `jti` | `String`
801801
| `nbf` | `Instant`
802802
| `sub` | `String`

0 commit comments

Comments
 (0)