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:
parent
19649db9ce
commit
2769b7ffb0
|
@ -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…
Reference in New Issue