浏览代码

Leave Issuer As String - Documentation

Update documentation that indicated the iss claim is proactively
coerced into a URL.

Issue: gh-6073
Josh Cummings 6 年之前
父节点
当前提交
2769b7ffb0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docs/asciidoc/_includes/servlet/preface/java-configuration.adoc

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

@@ -796,7 +796,7 @@ By default, `MappedJwtClaimSetConverter` will attempt to coerce claims into the
 | `aud` | `Collection<String>`
 | `exp` | `Instant`
 | `iat` | `Instant`
-| `iss` | `URL`
+| `iss` | `String`
 | `jti` | `String`
 | `nbf` | `Instant`
 | `sub` | `String`