Browse Source

Leave Issuer As String - Documentation

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

Issue: gh-6073
pull/6526/head
Josh Cummings 7 years ago
parent
commit
ba1f5f3873
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 2
      docs/manual/src/docs/asciidoc/_includes/servlet/preface/java-configuration.adoc

2
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 @@ -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`

Loading…
Cancel
Save