Skip to content

Commit a019693

Browse files
authored
Update FAPI 2.0 compliance details in documentation
Removed note about the `UseHttp303Redirects` option and clarified that HTTP 303 redirects are always used in v8.0.
1 parent 79a9b2c commit a019693

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

astro/src/content/docs/identityserver/tokens/fapi-2-0-specification.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,9 @@ You are now FAPI 2.0 compliant and ready to secure your high-value assets with D
192192

193193
## HTTP 303 Redirects :badge[v8.0]
194194

195-
FAPI 2.0 Section 5.3.2.2 requires that POST endpoints use HTTP 303 (See Other) redirects rather than HTTP 302. IdentityServer has supported this behavior via the `UseHttp303Redirects` option since v7.3.
195+
FAPI 2.0 Section 5.3.2.2 requires that POST endpoints use HTTP 303 (See Other) redirects rather than HTTP 302.
196196

197-
:::note
198-
As of v8.0, IdentityServer unconditionally uses HTTP 303 (See Other) redirects from POST endpoints, in compliance with FAPI 2.0 Section 5.3.2.2. The `UseHttp303Redirects` option has been removed — this behavior is always active.
199-
:::
197+
As of v8.0, IdentityServer unconditionally uses HTTP 303 (See Other) redirects from POST endpoints, in compliance with FAPI 2.0 Section 5.3.2.2.
200198

201199
## Conformance Report :badge[v8.0]
202200

0 commit comments

Comments
 (0)