docs(e2e): step 4 reuse the mokosh-apps OIDC client (BUNYIP-148) #183
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/bunyip-148-runbook-oidc-client-reuse"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Corrects and concretizes runbook step 4 in
dev-docs/e2e.md.The step said "reuse the hub
bunyip-webclient", but there is nobunyip-webOIDC client: bunyip-web is the OP's own hub UI (it setsbunyip_op_sessiondirectly), not a registered relying party, and bunyip seeds OIDC clients via migrations (noclients registerCLI).Step 4 now says: reuse the existing
mokosh-appspublic PKCE client (migration20260603000010), with the concrete staging values:Plus why reuse is safe (redirect never loaded -
coderead fromLocationwithmaxRedirects:0; mokoshaudienceirrelevant since the OIDC specs only call the OP's own/oauth2/userinfo;global.setupdrives the consent Allow so token-flow gets acodeinstead of bouncing to/oauth2/consent, BUNYIP-146), a psql sanity-check, and the production / dedicated-client notes.Docs-only. No em-dash.
#BUNYIP-148