You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`OIDC Core 1.0`](https://openid.net/specs/openid-connect-core-1_0-errata2.html#RequestObject) and [`RFC9101`](https://www.rfc-editor.org/rfc/rfc9101.html#name-passing-a-request-object-by) - Passing a Request Object by Value (`JAR`)
1603
1603
1604
1604
Enables the use and validations of the `request` parameter.
1605
1605
@@ -2977,9 +2977,10 @@ async function pairwiseIdentifier(ctx, accountId, client) {
2977
2977
2978
2978
### pkce
2979
2979
2980
-
[`RFC7636` - Proof Key for Code Exchange (`PKCE`)](https://www.rfc-editor.org/rfc/rfc7636.html)
2980
+
[`RFC7636`](https://www.rfc-editor.org/rfc/rfc7636.html) - Proof Key for Code Exchange (`PKCE`)
2981
2981
2982
-
`PKCE` configuration such as available methods and policy check on required use of `PKCE`
2982
+
`PKCE` configuration such as policy check on the required use of `PKCE`
* title: [`OIDC Core 1.0`](https://openid.net/specs/openid-connect-core-1_0-errata2.html#RequestObject) and [`RFC9101`](https://www.rfc-editor.org/rfc/rfc9101.html#name-passing-a-request-object-by) - Passing a Request Object by Value (`JAR`)
1893
1893
*
1894
1894
* description: Enables the use and validations of the `request` parameter.
1895
1895
*/
@@ -2128,9 +2128,11 @@ function makeDefaults() {
2128
2128
2129
2129
/*
2130
2130
* pkce
2131
-
* title: [`RFC7636` - Proof Key for Code Exchange (`PKCE`)](https://www.rfc-editor.org/rfc/rfc7636.html)
2132
-
* description: `PKCE` configuration such as available methods and policy check on required use of
2133
-
* `PKCE`
2131
+
*
2132
+
* title: [`RFC7636`](https://www.rfc-editor.org/rfc/rfc7636.html) - Proof Key for Code Exchange (`PKCE`)
2133
+
*
2134
+
* description: `PKCE` configuration such as policy check on the required use of `PKCE`
0 commit comments