feat(oidc): seed mokosh-apps + drillmark as public PKCE clients #41
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
psa-systems/bunyip!41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/bunyip-op-cutover"
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?
Stage-1 of the bunyip-as-OP / mokosh-as-RP cutover (docs/new-auth/mokosh in the docs repo). Adds two oauth_clients rows so bunyip-api's /oauth2/authorize accepts the two browser SPAs that will move off mokosh-server's IdP onto bunyip-api's:
Both are public (no secret, PKCE-required) per §2.2 of the cutover doc. Audience is the Resource Server's URL so the RS-side verifier can pin aud and reject tokens minted for the other service. The older mokosh-server confidential row (20260502000048) is left untouched; it'll be cleaned up in a later migration once mokosh-server's IdP code is deleted.