Skip to content

Commit

Permalink
A comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Klaus committed Nov 4, 2024
1 parent e4cd18a commit d6b3cba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ internal static IServiceCollection AddAndConfigureAuthorisation(this IServiceCol
// Alternatively, these 2 methods can be used: .AddEphemeralEncryptionKey().AddEphemeralSigningKey()
.AddDevelopmentEncryptionCertificate()
.AddDevelopmentSigningCertificate()
// Take it easy and remove the optional token encryption
.DisableAccessTokenEncryption();

// Register scopes.
Expand Down

0 comments on commit d6b3cba

Please sign in to comment.