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
docs(scripts): client_credentials is the norm; mark cookie/KeyfactorProxy as HV3-specific
The register README presented cookie auth as 'the common case' using the HV3 lab
(intdev01.lab.kfpki.com) host/paths. Reframe: OAuth2 client_credentials against
/KeyfactorAPI is the typical path; cookie + /KeyfactorProxy + the /certinext-0
instance path are HV3-deployment-specific, not the norm.
Copy file name to clipboardExpand all lines: scripts/register/README.md
+25-12Lines changed: 25 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,22 +69,35 @@ Three ways to authenticate, resolved per side (gateway vs Command) in this order
69
69
|`CONFIGURATION_TENANT`| stages 04–06 |**= the gateway instance name** (e.g. `certinext-0`), which is also the templates' `ConfigurationTenant` in Command. Not the plugin name. |
70
70
|`CURL_INSECURE`| all |`1` (default) passes `-k`; set `0` to verify TLS |
71
71
72
-
## Quick start (cookie auth — the common case)
72
+
## Quick start
73
+
74
+
The **typical** path is OAuth2 client_credentials against `/KeyfactorAPI`:
0 commit comments