Browse Source

Update article title to private_key_jwt (ABP 10.3)

pull/25068/head
maliming 3 weeks ago
parent
commit
13261c12ef
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      docs/en/Community-Articles/2026-03-12-OpenIddict-private-key-jwt-with-JWKS/POST.md

2
docs/en/Community-Articles/2026-03-12-OpenIddict-private-key-jwt-with-JWKS/POST.md

@ -1,4 +1,4 @@
# Passwordless Client Authentication in ABP: Using JWKS with OpenIddict
# Secure Client Authentication with private_key_jwt in ABP 10.3
If you've built a confidential client with ABP's OpenIddict module, you know the drill: create an application in the management UI, set a `client_id`, generate a `client_secret`, and paste that secret into your client's `appsettings.json` or environment variables. It works. It's familiar. And for a lot of projects, it's perfectly fine.

Loading…
Cancel
Save