Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 63d8455

Browse files
authored
remove duplicate PS384 and PS512, and add missing ES384 and ES512 (#379)
1 parent d7d7bc7 commit 63d8455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OidcClient/Policy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public class Policy
6767
OidcConstants.Algorithms.Asymmetric.PS512,
6868

6969
OidcConstants.Algorithms.Asymmetric.ES256,
70-
OidcConstants.Algorithms.Asymmetric.PS384,
71-
OidcConstants.Algorithms.Asymmetric.PS512
70+
OidcConstants.Algorithms.Asymmetric.ES384,
71+
OidcConstants.Algorithms.Asymmetric.ES512
7272
};
7373
}
7474
}

0 commit comments

Comments
 (0)