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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,37 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* experimental support for OIDC RP Metadata Choices ([f3550da](https://github.com/panva/node-oidc-provider/commit/f3550daff76329a5a820a85a40afebcd0638abb6))
18
+
19
+
20
+
### Fixes
21
+
22
+
* only include DPoP-Nonce in Access-Control-Expose-Headers when DPoP is enabled ([e769aa8](https://github.com/panva/node-oidc-provider/commit/e769aa85f07f48d4970aad2500e62a3042659d3c))
23
+
24
+
25
+
### Refactor
26
+
27
+
* avoid assignment operators in conditional expressions ([b7ed877](https://github.com/panva/node-oidc-provider/commit/b7ed877a5d75d1eabfefd1034d74b89c1925470a))
@@ -2081,6 +2082,43 @@ async function postLogoutSuccessSource(ctx) {
2081
2082
2082
2083
</details>
2083
2084
2085
+
### features.rpMetadataChoices
2086
+
2087
+
[`OIDC Relying Party Metadata Choices 1.0- draft 02`](https://openid.net/specs/openid-connect-rp-metadata-choices-1_0-02.html)
2088
+
2089
+
> [!NOTE]
2090
+
> This is an experimental feature.
2091
+
2092
+
Enables the use of the following multi-valued input parameters metadata from the Relying Party Metadata Choices draft assuming their underlying feature is also enabled:
* description: Enables the use of the following multi-valued input parameters metadata from the Relying Party Metadata Choices draft assuming their underlying feature is also enabled:
0 commit comments