1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Leave Issuer As String - Documentation

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

Issue: gh-6073
This commit is contained in:
Josh Cummings
2018-11-13 12:35:08 -07:00
parent 5478b74116
commit ba1f5f3873
@@ -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`