Skip to content

Commit 0b433c9

Browse files
authored
Update security-apponly-azuread.md
We need to give the limits on the key algorithms that MSAL/Azure supports. We found information indicating RSA is the only supported key algorithm here- AzureAD/microsoft-authentication-library-for-dotnet#2573 (comment)
1 parent 99e8807 commit 0b433c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/solution-guidance/security-apponly-azuread.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ To create a self signed certificate with this script:
3232

3333
> [!NOTE]
3434
> The dates are provided in ISO date format: YYYY-MM-dd
35+
>
36+
> The certificate key algoritm must be RSA, this is the only supported algorithm currently
3537
3638
The actual script can be copied from here:
3739

0 commit comments

Comments
 (0)