Cleanup: fix docs and provisioning instructions#1
Open
shaq-authlete wants to merge 3 commits into
Open
Conversation
- Point to the Authlete console for service ID and API token - Fix wrong comment: AS signing keys are auto-served at /oauth/jwks, no registration with Authlete needed - Add a jose one-liner to generate the ES256 interaction JWKS - Rename 'Component protocol v0.3' to 'Interaction Protocol' Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Remove reference to src/userstore.ts (file does not exist) - Fix provisioning: AS signing key is auto-served at /oauth/jwks, not registered with Authlete - Add fresh-service gotcha: register a service JWK Set or ID token issuance fails with A162201 - Spell out the exact test RP client settings - Add the three-key-pairs table - Add AS_SIGNING_JWKS to the config table - Ignore CLAUDE.md (local agent notes) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Users new to Authlete had no pointer for how to actually create the account, service, and client in the console. Also note where the test client id ends up (RP_CLIENT_ID in auth-ui's .env). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 1 of making this repo customer-presentable. Docs and config hygiene only, no behavior changes.
Changes
Verification
Full E2E smoke test (auth-ui/scripts/smoke-e2e.mjs) passes against a running stack. See the companion PR: authlete/auth-ui#2
Further cleanup (script hygiene, comment fixes) is planned in a follow-up, tracked in the task notes.
🤖 Generated with Claude Code